Closed conartist6 closed 2 years ago
This PR makes iter-tools regex the first package to be built with macrome! It also adds exports to package.json so that it is possible to write:
exports
package.json
import { exec } from '@iter-tools/regex/async';
This PR makes iter-tools regex the first package to be built with macrome! It also adds
exports
topackage.json
so that it is possible to write: