UNPKG

ceci-core

Version:

A Go-inspired async library based on ES6 generators

10 lines (7 loc) 188 B
'use strict'; var extend = function(obj, other) { for (var p in other) obj[p] = other[p]; }; module.exports = require('./src/core'); extend(module.exports, require('./src/util'));