Update Handle type

This commit is contained in:
microshine
2016-08-08 20:36:36 +03:00
parent d363cb1806
commit ab312fac95
+3 -3
View File
@@ -1,4 +1,4 @@
// Type definitions for pkcs11js v1.0.0
// Type definitions for pkcs11js v1.0.3
// Project: https://github.com/PeculiarVentures/pkcs11js
// Definitions by: Stepan Miroshin <https://github.com/microshine>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
@@ -7,12 +7,12 @@
/**
* A Node.js implementation of the PKCS#11 2.3 interface
* v1.0.0
* v1.0.3
*/
declare module "pkcs11js" {
type Handle = number;
type Handle = Buffer;
interface Version {