UNPKG

@trapi/metadata

Version:

Generate REST-API metadata scheme from TypeScript Decorators.

3 lines 159 B
import type { PresetSchema } from '../type'; export declare function isPresetSchema(input: unknown): input is PresetSchema; //# sourceMappingURL=check.d.ts.map