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

8 lines
190 B
JavaScript
Raw Normal View History

2019-12-16 18:42:21 +01:00
'use strict';
const spinners = Object.assign({}, require('./spinners.json'));
module.exports = spinners;
// TODO: Remove this for the next major release
module.exports.default = spinners;