芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/node_modules/webpack/node_modules/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;