UNPKG

@daysnap/utils

Version:
7 lines (5 loc) 141 B
/** * 创建工厂函数 */ declare function createFactory<T>(initial: T): readonly [(value: T) => T, () => T]; export { createFactory };