1.1.0 • Published 5 years ago

sagacious-utils v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

常用工具类

简介

  • 整理一些常用的方法

API

generatorTree

/**
 * 生成一个最大深度为N的随机树数组
 *
 * @export
 * @param {number} deepLen 最大深度
 * @param {GenerateRandomTreeConfig} [config={
 *   childrenMaxLen: 20
 *   isPromiseDeepLen: false
 * }] 随机数配置
 * @returns 生成后的随机数数组
 */
1.1.0

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago