Skip to content

Commit

Permalink
feat: export Optional type
Browse files Browse the repository at this point in the history
  • Loading branch information
franck-romano committed Aug 17, 2022
1 parent 14df634 commit bfda8de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { Option } from './src/Option';
export { Optional } from './src/OptionTypes';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "optzione",
"version": "1.2.0",
"version": "1.3.0",
"engines": {
"node": ">=14.0.0"
},
Expand Down

0 comments on commit bfda8de

Please sign in to comment.