Functions

f
isstring(x: unknown): x is string

Checks if the input is a string.

Usage

import * as mod from "datatype/isstring.ts";