UNPKG

@trapi/metadata

Version:

Generate REST-API metadata scheme from TypeScript Decorators.

4 lines 277 B
import type { CacheOptions, CacheOptionsInput } from './type'; export declare function buildCacheOptions(input?: string | boolean | CacheOptionsInput): CacheOptions; export declare function generateFileHash(sourceFilesSize?: number): string; //# sourceMappingURL=utils.d.ts.map