From 8dfa3f89658810845492986cda4d3ccb2d6eb98d Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 24 Nov 2019 11:43:32 +0000 Subject: [PATCH] fix(core): update --- ts/smartstring.plugins.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };