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

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

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

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