mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-19 00:26:34 +08:00
9 lines
378 B
TypeScript
9 lines
378 B
TypeScript
// Type definitions for lodash.replace 4.1
|
|
// Project: http://lodash.com/
|
|
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.2
|
|
|
|
import { replace } from "lodash";
|
|
export = replace;
|