fent / randexp.js

Create random strings that match a given regular expression.
http://fent.github.io/randexp.js/
MIT License
1.83k stars 91 forks source link

ERROR in typescript snippet #84

Closed sksankarraj closed 5 years ago

sksankarraj commented 5 years ago

You don't have to use * as when its already exporting RandExp

fent commented 5 years ago

@littlepiggy03 since you added the typescript definition files, what's your take on this?

ghost commented 5 years ago

@sksankarraj It's not an error. Like what you said, it's just don't have to use * as, not mustn't. (See also in #70)

@fent Since esModuleInterop is on by default, so feel free to merge. :smile:

fent commented 5 years ago

Thanks!