UNPKG

@trapi/metadata

Version:

Generate REST-API metadata scheme from TypeScript Decorators.

3 lines 146 B
import type { Metadata } from './type'; export declare function isMetadata(input: unknown): input is Metadata; //# sourceMappingURL=utils.d.ts.map