index.js 190 Bytes
Newer Older
1 2 3 4 5 6 7
'use strict';

const spinners = Object.assign({}, require('./spinners.json'));

module.exports = spinners;
// TODO: Remove this for the next major release
module.exports.default = spinners;