UNPKG

180 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.isString = void 0;
7const isString = v => typeof v === 'string';
8exports.isString = isString;
\No newline at end of file