UNPKG

maycur-business

Version:

maycur business react components of web

12 lines (10 loc) 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = istext; // Copyright 2015-2018 FormBucket LLC // ISTEXT returns true when the value is a string. function istext(value) { return "string" === typeof value; }