Skip to main content
Module

x/proc/mod3.ts>isString

A better way to work with processes in Deno.
Go to Latest
function isString
Re-export
import { isString } from "https://deno.land/x/proc@0.21.3/mod3.ts";

Correct check to see if something is a string.

Parameters

s: unknown

The thing to be checked.

Returns

s is string

true if the thing is a string.