UNPKG

@backland/schema

Version:

TypeScript schema declaration and validation library with static type inference

6 lines (5 loc) 155 B
/** * Checks if the field names should be hidden from generated code * @param name */ export declare function isHiddenFieldName(name: string): boolean;