UNPKG

asl-path-validator

Version:

Validates the path expressions for the Amazon States Language

3 lines 139 B
export declare type Must = <T>(nullable?: T) => asserts nullable; export declare const must: Must; //# sourceMappingURL=assertions.d.ts.map