Adds missing export for lodash/conformsTo.

This commit is contained in:
Thomas Corbière
2017-11-30 12:10:46 +01:00
parent 3b424cc142
commit c72120d5bc
2 changed files with 3 additions and 0 deletions

2
types/lodash/conformsTo.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { conformsTo } from "./index";
export = conformsTo;

View File

@@ -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",