Skip to main content
Module

x/unknownutil/mod.ts

🦕 A lightweight utility pack for handling unknown type
Go to Latest
File
export * from "./is.ts";export * from "./util.ts";
import is from "./is.ts";export { is };