Skip to content

Commit 9887bd1

Browse files
authored
Merge pull request #382 from kubilaysalih/master
Change import of crypto
2 parents 36a649a + 1c82006 commit 9887bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CancellationToken.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as crypto from 'crypto';
1+
import crypto from 'crypto';
22
import * as fs from 'fs';
33
import * as os from 'os';
44
import * as path from 'path';

0 commit comments

Comments
 (0)