UNPKG

http-micro

Version:

Micro-framework on top of node's http module

3 lines 105 B
export function isString(item: any) { return typeof item === "string" || item instanceof String; }