@amindunited/utils
Version:
A collection of javascript utility functions
15 lines (13 loc) • 330 B
JavaScript
/**
* @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 deepFlatten = require('@amindunited/deep-flatten');
const exclude = require('@amindunited/exclude');
module.exports = {
deepFlatten,
exclude
}