nuxt-openapi-docs-module
Version:
A module for Nuxt.js to generate pages from OpenAPI specifications
9 lines (8 loc) • 488 B
TypeScript
export declare function toRFCDateTime(date: any, omitTime: boolean, omitDate: boolean, milliseconds: boolean): string;
export declare function ensureMinLength(sample: string, min: number): string;
export declare function mergeDeep(...objects: any[]): any;
export declare function uuid(str: string): string;
export declare function getResultForCircular(type: string): {
value: {} | undefined;
};
export declare function popSchemaStack(seenSchemasStack: any[], context: boolean): void;