UNPKG

ds-algo-study

Version:

Just experimenting with publishing a package

10 lines (8 loc) 247 B
import * as allExports from './index.js'; import { mixin } from './index.js'; // Add all of the Underscore functions to the wrapper object. var _ = mixin(allExports); // Legacy Node.js API _._ = _; // Export the Underscore API. export default _;