DIR: /proc/self/root/usr/share/nodejs/schema-utils/declarations/util/ |
Current File : //proc/self/root/usr/share/nodejs/schema-utils/declarations/util/hints.d.ts |
export function stringHints(schema: Schema, logic: boolean): string[]; export function numberHints(schema: Schema, logic: boolean): string[]; export type Schema = import("../validate").Schema; |