Skip to main content
Module

x/mtype/mod.ts

通用 ts 的类型工具
Go to Latest
File
// 支持 deno
export * from './is'export * from './un'export * from './pick'export * from './array'export * from './function'