index.js 190 B

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