UNPKG

@flexbase/openapi-generator

Version:
5 lines (4 loc) 259 B
import { default as Handlebars } from 'handlebars'; import { $Refs } from '@stoplight/json-schema-ref-parser'; export declare const references: Map<string, Map<string, string>>; export declare const createHandlebars: (jsonSchema: $Refs) => typeof Handlebars;