mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Adds missing export for lodash/conformsTo.
This commit is contained in:
2
types/lodash/conformsTo.d.ts
vendored
Normal file
2
types/lodash/conformsTo.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import { conformsTo } from "./index";
|
||||
export = conformsTo;
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user