mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 23:03:36 +01:00
10 lines
282 B
JavaScript
Vendored
10 lines
282 B
JavaScript
Vendored
/*
|
|
* MIT License http://opensource.org/licenses/MIT
|
|
* Author: Ben Holloway @bholloway
|
|
*/
|
|
'use strict';
|
|
|
|
module.exports = Object.assign(require('./lib/loader'), {
|
|
moduleFilenameTemplate: require('./lib/module-filename-template'),
|
|
codec : require('./codec')
|
|
}); |