UNPKG

boats

Version:

Beautiful Open / Async Template System - Write less yaml with BOATS and Nunjucks.

8 lines (7 loc) 237 B
import { JsonSchema } from './interfaces/JsonSchema'; declare class Validate { openapi(input: JsonSchema): Promise<unknown>; asyncapi(input: string): Promise<unknown>; } declare const _default: Validate; export default _default;