browserify / randombytes

random bytes from browserify stand alone
MIT License
99 stars 47 forks source link

Export the actual function #18

Closed mesqueeb closed 1 year ago

mesqueeb commented 5 years ago

There wasn't any export making it difficult for webpack to pick it up upon doing

import randomBytes from 'randombytes'
calvinmetcalf commented 5 years ago

line 19 and 21 have what you are looking for, is the issue that the exports are inside of an if and webpack wants it to be static ?