UNPKG

@iicoding/utils

Version:

Browser 端 - 类型判断 - 类似 koa 的异步compose - sleep - 扩展对象属性 - 扩展 storage 对象功能

3 lines (2 loc) 75 B
export * from './types'; export type TFn<T = any> = (...args: any[]) => T;