feige
2024-04-17 39c0ad120acd120b62cb69dc92b6fe63e8edf902
1
2
3
export function stringHints(schema: Schema, logic: boolean): string[];
export function numberHints(schema: Schema, logic: boolean): string[];
export type Schema = import("../validate").Schema;