Skip to main content
Home

Built and signed on GitHub Actions

Works with
This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Browsers
JSR Score94%
Downloads740/wk
Publisheda year ago (4.3.0)

A lightweight utility pack for handling unknown type

Functions

f
isString

Return true if the type of x is string.

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@core/unknownutil

Import symbol

import * as mod from "@core/unknownutil/is/string";
or

Import directly with a jsr specifier

import * as mod from "jsr:@core/unknownutil/is/string";

Add Package

pnpm i jsr:@core/unknownutil
or (using pnpm 10.8 or older)
pnpm dlx jsr add @core/unknownutil

Import symbol

import * as mod from "@core/unknownutil/is/string";

Add Package

yarn add jsr:@core/unknownutil
or (using Yarn 4.8 or older)
yarn dlx jsr add @core/unknownutil

Import symbol

import * as mod from "@core/unknownutil/is/string";

Add Package

vlt install jsr:@core/unknownutil

Import symbol

import * as mod from "@core/unknownutil/is/string";

Add Package

npx jsr add @core/unknownutil

Import symbol

import * as mod from "@core/unknownutil/is/string";