UNPKG

redux-form-manager

Version:
10 lines (8 loc) 202 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var isString = function isString(collection) { return collection.constructor === String; }; exports.default = isString;