mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-18 04:24:30 +08:00
[@types/scryptsy] Change import statement in test file
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as scrypt from 'scryptsy';
|
||||
import scrypt = require('scryptsy');
|
||||
|
||||
const key = 'TheKey';
|
||||
const salt = 'Salty';
|
||||
|
||||
Reference in New Issue
Block a user