UNPKG

@n1k1t/unit-generator

Version:

Coverage based unit tests AI generator

3 lines 183 B
/** Checks for path pattern restrictions like `.env`, `../` and etc */ export declare const checkPatternIsRestricted: (pattern: string) => boolean; //# sourceMappingURL=utils.d.ts.map