mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 14:59:16 +01:00
7 lines
243 B
JavaScript
Vendored
7 lines
243 B
JavaScript
Vendored
// Re-export lib/utils, so that consumers can import
|
|
// babel-plugin-dynamic-import-node/utils instead of
|
|
// babel-plugin-dynamic-import-node/lib/utils
|
|
|
|
// eslint-disable-next-line import/no-unresolved
|
|
module.exports = require('./lib/utils');
|