UNPKG

ut-tools

Version:

Build and Release management automation package.

5 lines (4 loc) 164 B
export declare function isBasicRuleset(filepath: string): boolean; export declare function isErrorWithCode(error: unknown): error is Error & { code: string; };