source:
frontend/node_modules/resolve/index.js
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 174 bytes | |
| Rev | Line | |
|---|---|---|
| [9af201e] | 1 | var async = require('./lib/async'); |
| 2 | async.core = require('./lib/core'); | |
| 3 | async.isCore = require('./lib/is-core'); | |
| 4 | async.sync = require('./lib/sync'); | |
| 5 | ||
| 6 | module.exports = async; |
Note:
See TracBrowser
for help on using the repository browser.
