diff --git a/types/lodash/conformsTo.d.ts b/types/lodash/conformsTo.d.ts new file mode 100644 index 0000000000..320b1806e0 --- /dev/null +++ b/types/lodash/conformsTo.d.ts @@ -0,0 +1,2 @@ +import { conformsTo } from "./index"; +export = conformsTo; diff --git a/types/lodash/tsconfig.json b/types/lodash/tsconfig.json index 7e2de20632..5a8938d9a2 100644 --- a/types/lodash/tsconfig.json +++ b/types/lodash/tsconfig.json @@ -45,6 +45,7 @@ "cloneWith.d.ts", "compact.d.ts", "concat.d.ts", + "conformsTo.d.ts", "constant.d.ts", "countBy.d.ts", "create.d.ts",