UNPKG

@neuledge/states-parser

Version:

A parser for the Neuledge States language

3 lines 163 B
import { DocumentNode } from './nodes'; export declare const parseStates: (source: string, filepath?: string) => DocumentNode; //# sourceMappingURL=parser.d.ts.map