UNPKG

@ozen-ui/kit

Version:

React component library

8 lines (7 loc) 206 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isString = void 0; var isString = function (data) { return typeof data === 'string'; }; exports.isString = isString;