UNPKG

fruitsconfits

Version:

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

8 lines 264 B
// Copyright (c) 2019 Shellyl_N and Authors // license: ISC // https://github.com/shellyln export * from './lib/types'; export * from './lib/parser'; export * from './lib/string-parser'; export * from './lib/object-parser'; //# sourceMappingURL=index.js.map