UNPKG

@backland/schema

Version:

TypeScript schema declaration and validation library with static type inference

8 lines 209 B
/** * Checks if the field names should be hidden from generated code * @param name */ export function isHiddenFieldName(name) { return name === '__dschm__'; } //# sourceMappingURL=isHiddenFieldName.js.map