strapi/packages/core/utils/index.d.ts

6 lines
117 B
TypeScript
Raw Normal View History

2023-04-26 09:07:40 +02:00
// FIXME: remove when migrating to ts
declare module '@strapi/utils' {
const utils: any;
export default utils;
}