UNPKG

typedescriptor

Version:

typedescriptor identifies and describes types.

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