UNPKG

tap

Version:

A Test-Anything-Protocol library for JavaScript

7 lines (5 loc) 167 B
'use strict'; const cliBoxes = require('./boxes.json'); module.exports = cliBoxes; // TODO: Remove this for the next major release module.exports.default = cliBoxes;