Skip to content

createHandlebarSchemaMap

function createHandlebarSchemaMap<Map>(map, options): object;

Defined in: map.ts:16

Map extends Record<string, HandlebarSchemaMapOptions>

Map

string

object

map: Map;
audit(): Promise<boolean>;

Promise<boolean>

compile<Key>(template, data): Promise<string>;

Key extends string

Key

InferInput<Map[Key]["schema"]>

Promise<string>