UNPKG

asl-path-validator

Version:

Validates the path expressions for the Amazon States Language

12 lines 541 B
declare function peg$SyntaxError(message: any, expected: any, found: any, location: any): Error; declare class peg$SyntaxError { constructor(message: any, expected: any, found: any, location: any); format(sources: any): string; } declare namespace peg$SyntaxError { function buildMessage(expected: any, found: any): string; } declare function peg$parse(input: any, options: any): any; export declare const StartRules: string[]; export { peg$SyntaxError as SyntaxError, peg$parse as parse }; //# sourceMappingURL=aslPaths.d.ts.map