mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-22 11:08:35 +00:00
11 lines
No EOL
229 B
JavaScript
Vendored
11 lines
No EOL
229 B
JavaScript
Vendored
'use strict';
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
/*
|
|
* Load this dynamically so that it
|
|
* doesn't appear in the rollup bundle.
|
|
*/
|
|
|
|
var features = exports.features = require('../../data/features'); |