UNPKG

@trapi/metadata

Version:

Generate REST-API metadata scheme from TypeScript Decorators.

5 lines 290 B
import type { Options } from './config'; import type { Metadata } from './generator'; import type { TsConfig } from './utils'; export declare function generateMetadata(input: Options | string | string[], tsconfig?: string | TsConfig): Promise<Metadata>; //# sourceMappingURL=module.d.ts.map