diff --git a/ts/smartstring.plugins.ts b/ts/smartstring.plugins.ts index 98df9ab..58e6b20 100644 --- a/ts/smartstring.plugins.ts +++ b/ts/smartstring.plugins.ts @@ -1,5 +1,5 @@ // node native -import * as crypto from 'crypto'; +import crypto from 'crypto'; import * as url from 'url'; export { crypto, url };