Skip to content

Commit

Permalink
export the parse function
Browse files Browse the repository at this point in the history
  • Loading branch information
xxczaki committed Jan 20, 2020
1 parent d47c212 commit 99ac865
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

import Cashify from './cashify';
import convert from './convert';
import parse from './utils/parser';

export {Cashify, convert};
export {Cashify, convert, parse};

0 comments on commit 99ac865

Please sign in to comment.