underscore-es
Version:
javaScript's functional programming helper library for ES6 and beyond.
13 lines (11 loc) • 471 B
JavaScript
// Underscore.js for ES6 and beyond usage !
// http://underscorejs.org
// (c) 2009-2016 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
// (c) 2016 Tindo N. Arsel <devtnga@gmail.com>
// Underscore may be freely distributed under the MIT license.
export * from './_collections';
export * from './_arrays';
export * from './_objects';
export * from './_functions';
export * from './_utilities';
export {default} from './_namespace';