UNPKG

@amindunited/utils

Version:

A collection of javascript utility functions

17 lines (15 loc) 407 B
/** * @license * Copyright Robin Buckley. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file */ const processInfo = require('@amindunited/process-info'); const gitInfo = require('@amindunited/git-info'); const childProcess = require('@amindunited/child-process'); module.exports = { processInfo, gitInfo, childProcess }