atcheck/lsscanner/new_ubuntu/node_modules/cli-spinners/index.js

8 lines
190 B
JavaScript

'use strict';
const spinners = Object.assign({}, require('./spinners.json'));
module.exports = spinners;
// TODO: Remove this for the next major release
module.exports.default = spinners;