Apply module bundling
[platform/framework/web/wrtjs.git] / node_modules / schema-utils / declarations / util / hints.d.ts
1 export function stringHints(schema: Schema, logic: boolean): string[];
2 export function numberHints(schema: Schema, logic: boolean): string[];
3 export type Schema = import("../validate").Schema;