@strapi/utils
Version:
Shared utilities for the Strapi packages
10 lines (9 loc) • 658 B
JavaScript
export { default as throwPassword } from './throw-password.mjs';
export { default as throwPrivate } from './throw-private.mjs';
export { default as throwRestrictedRelations } from './throw-restricted-relations.mjs';
export { default as throwMorphToRelations } from './throw-morph-to-relations.mjs';
export { default as throwDynamicZones } from './throw-dynamic-zones.mjs';
export { default as throwDisallowedFields } from './throw-disallowed-fields.mjs';
export { default as throwRestrictedFields } from './throw-restricted-fields.mjs';
export { default as throwUnrecognizedFields } from './throw-unrecognized-fields.mjs';
//# sourceMappingURL=index.mjs.map