diff --git a/index.d.ts b/index.d.ts index 4917ecb..1cd5769 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,6 +1,6 @@ declare function cleanDeep(object: T, options?: CleanOptions): Partial; -export default cleanDeep; +export = cleanDeep; export type CleanOptions = { cleanKeys?: string[];