Skip to content

Commit

Permalink
feat: expose parseStep (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN authored Mar 4, 2022
1 parent dbf75f2 commit 54e8561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @packageDocumentation
*/
export * as Schema from './Schema.js';
export { parse } from './SchemaUtils.js';
export { parse, parseStep } from './SchemaUtils.js';
export { StringifyExtension } from './StringifyExtension.js';
export { stringify, StringifyOptions } from './stringify.js';
export { LineWriter } from './LineWriter.js';
Expand Down

0 comments on commit 54e8561

Please sign in to comment.