UNPKG

389 BTypeScriptView Raw
1// Type definitions for lodash.isString 4.0
2// Project: http://lodash.com/
3// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5// TypeScript Version: 2.1
6
7import { isString } from "lodash";
8export = isString;