UNPKG

@strapi/utils

Version:

Shared utilities for the Strapi packages

9 lines (7 loc) 201 B
const visitor = ({ key, attribute }, { remove })=>{ if (attribute?.type === 'password') { remove(key); } }; export { visitor as default }; //# sourceMappingURL=remove-password.mjs.map