UNPKG

@contract-case/case-core

Version:

Core functionality for the ContractCase contract testing suite

8 lines 251 B
/** * Our maximum filename length for a Case Contract. * * filenamify recommends the max filename length be 255, but defaults to 100, so * we change it */ export declare const MAX_FILENAME_LENGTH: 255; //# sourceMappingURL=fileNameLength.d.ts.map