UNPKG

@strapi/utils

Version:

Shared utilities for the Strapi packages

9 lines 626 B
export { default as throwPassword } from './throw-password'; export { default as throwPrivate } from './throw-private'; export { default as throwRestrictedRelations } from './throw-restricted-relations'; export { default as throwMorphToRelations } from './throw-morph-to-relations'; export { default as throwDynamicZones } from './throw-dynamic-zones'; export { default as throwDisallowedFields } from './throw-disallowed-fields'; export { default as throwRestrictedFields } from './throw-restricted-fields'; export { default as throwUnrecognizedFields } from './throw-unrecognized-fields'; //# sourceMappingURL=index.d.ts.map