isstring(x: unknown): x is string
Checks if the input is a string.
Returns true if the input is of type string, otherwise returns false.
isstring(x: unknown): x is string
Checks if the input is a string.
Returns true if the input is of type string, otherwise returns false.
import isstring from "datatype/isstring.ts";