Skip to main content

@libs/is@1.3.1
Built and signed on GitHub Actions

Works with
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score100%
License
MIT
Downloads4/wk
Published3 weeks ago (1.3.1)

🪪 Wrapper around Zod with a collection additional type validators and transformers.

🪪 Is

JSR JSR Score

A wrapper around Zod to ease type validation and assertions.

It also contains some additional validators, in addition to a spec checker.

📜 License

Copyright (c) Simon Lecoq <@lowlighter>. (MIT License)
https://github.com/lowlighter/libs/blob/main/LICENSE
Built and signed on
GitHub Actions

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:@libs/is

Import symbol

import * as is from "@libs/is";
or

Import directly with a jsr specifier

import * as is from "jsr:@libs/is";