UNPKG

http-micro

Version:

Micro-framework on top of node's http module

7 lines (6 loc) 203 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isString(item) { return typeof item === "string" || item instanceof String; } exports.isString = isString;