Tim van der Lippe | 652ccb7 | 2021-05-27 17:07:12 +0100 | [diff] [blame^] | 1 | import { TypescriptStrategy } from './src/strategies/typescript'; |
2 | export * from './src/models'; | ||||
3 | export * from './src/parseLiterals'; | ||||
4 | export declare const strategies: { | ||||
5 | typescript: TypescriptStrategy; | ||||
6 | }; |