A javascript type check tool
Generate beautiful code blocks with syntax highlights for editor.js.
nv-string-iter =============== - nv-string-iter - string iter with char/code/code-point - match\_by , chunk\_by
Catch errors without try...catch...
goroutine / coroutine
对象深度拷贝
Transforms generator functions into coroutines
#### 介绍 `circuit-run`是一个和`co`库或者`koa`的洋葱模型有着类似功能的开源代码,和他们不同的是,`circuit-run`提供了中断功能。也就是说,当某一个中间件出现问题想要终止整个流程的时候,可以使用`circuit-run`的`terminate`函数来终止洋葱模型的进行。当然,`circuit-run`是可以在浏览器运行的,其并不依赖于`node.js`环境。
Sorting is attempted under limited conditions.
A smart typeof operator replacement and robust checker
nv-cli-gir-s0 ============= - cli-tool - list some wellknow property names
Composable Generator Control
Escriba código asíncrono de manera más legible
async function copier() { let ip; while ((ip = await this.input('IN').receive()) !== null) { await this.output('OUT').send(ip); } }
Do not use in new projects.
Promisify, basically, everything. Generator function, callback-style or synchronous function; sync function that returns child process, stream or observable; directly passed promise, stream or child process.
utils for node.js
一个简单的类型判断工具
Run async tasks sequently
Trek utils
> The chain we used to rock back in the days was Cuban links. So Rae came up with the theory, like a Cuban link is one of the roughest chains to break. Only Built 4 Cuban Linx... > Ghostface Killah
Named composed middleware
Acts like `co@3` and also is drop-in replacement for it. Built on top of `merz`, actually thanks to `always-done`. But accept everything, not only generators - sync functions, async functions, callbacks and more. Flow-control for now and then.
control flow library for ES6 Generators