Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/neo4j_lite_client/core/internal/util.ts>isString

Unofficial Neo4j Driver for Deno
Latest
function isString
import { isString } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/internal/util.ts";

Verify if the supplied object is a string

Parameters

str: any

The string

Returns

str is string

True if the supplied object is an string