文件名称:permutron:异步迭代排列
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-18 17:53:13
JavaScript
置换子 异步迭代函数参数的排列 概要 var permutron = require('permutron'); permutron('static', ['permutable'], 'static', generator, ['permutable'], function (a, b, c, d, next) { }, done); function generator(n, context, next) { next(null, {value: n, done: n > 1}); }; permutron.raw(['static', ['permutable'], 'static', ['permutable']], function(row, next) { }, done); permutron.object({static: "static", permute
【文件预览】:
permutron-master
----test.js(2KB)
----README.md(1KB)
----index.js(3KB)
----package.json(609B)