UNPKG

fruitsconfits

Version:

FruitsConfits - A well typed and sugared parser combinator framework for TypeScript/JavaScript.

5 lines (4 loc) 137 B
export * from './lib/types'; export * from './lib/parser'; export * from './lib/string-parser'; export * from './lib/object-parser';