🐨 Adds result types - Result, Error & Ok

This commit is contained in:
Rune Harlyk
2024-02-22 23:03:30 +01:00
parent e418bc2bfd
commit 1536fe1c50
5 changed files with 95 additions and 22 deletions
+3
View File
@@ -0,0 +1,3 @@
export * from './err'
export * from './ok'
export * from './result'