iter-tools / regex

A streaming regex evaluation engine
MIT License
11 stars 1 forks source link

Exports and build with macrome #34

Closed conartist6 closed 2 years ago

conartist6 commented 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:

import { exec } from '@iter-tools/regex/async';