mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 01:30:10 +08:00
8 lines
190 B
JavaScript
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;
|