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