Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
/* istanbul ignore next */

const constructMap = require('./map')
const constructSet = require('./set')
const constructRegExp = require('./regexp')

/**
 * @member construct
 * @type {Object}
 * @TODO map to `newX` ?
 */
module.exports = {
  constructMap,
  constructSet,
  constructRegExp,
}