UNPKG

@rangeljl/shared

Version:

A set of functions that are used in a lot of places

5 lines (4 loc) 174 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const unknownIsString = (value) => typeof value === 'string'; exports.default = unknownIsString;