UNPKG

277 BJavaScriptView Raw
1//
2// While in local development, make sure you've run `npm run build` first.
3//
4
5// NOTE: the star reexport doesn't work in Node <12.20, <14.13 and <15.
6export * from './dist/src/index.js';
7
8import concurrently from './dist/src/index.js';
9export default concurrently.default;