D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
api
/
vendor
/
scrivo
/
highlight.php
/
test
/
markup
/
javascript
/
Filename :
modules.txt
back
Copy
//------ underscore.js ------ export default function (obj) {}; export function each(obj, iterator, context) {}; export { each as forEach }; export function something() {}; //------ main.js ------ import _, { each, something as otherthing } from 'underscore';