mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Updated export type
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import CipherBase from "cipher-base";
|
||||
import CipherBase = require("cipher-base");
|
||||
|
||||
const buf = new Buffer(1);
|
||||
|
||||
|
||||
2
types/cipher-base/index.d.ts
vendored
2
types/cipher-base/index.d.ts
vendored
@@ -11,4 +11,4 @@ declare abstract class CipherBase {
|
||||
abstract update(value: Buffer, inputEnc?: string, outputEnc?: string): Buffer;
|
||||
}
|
||||
|
||||
export default CipherBase;
|
||||
export = CipherBase;
|
||||
|
||||
Reference in New Issue
Block a user