UNPKG

472 BTypeScriptView Raw
1// Type definitions for lodash.template 4.5
2// Project: https://lodash.com
3// Definitions by: Brian Zengel <https://github.com/bczengel>
4// Ilya Mochalov <https://github.com/chrootsu>
5// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
6// TypeScript Version: 2.8
7
8// Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts
9
10import { template } from "lodash";
11export = template;