Skip to main content
Module

x/mtype/mod.ts

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