Implement Option

This commit is contained in:
2024-05-21 15:40:45 +02:00
parent ede55607e9
commit e09f4364b5
3 changed files with 184 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
export * as result from './src/result'
export * as option from './src/option'