Deprecated
- use
typeof value === "string" || value instanceof String
instead.
import { isString } from "https://deno.land/std@0.88.0/node/util.ts";
typeof value === "string" || value instanceof String
instead.import { isString } from "https://deno.land/std@0.88.0/node/util.ts";