@types/ffi
Advanced tools
+5
-4
@@ -1,4 +0,4 @@ | ||
| // Type definitions for node-ffi 0.1 | ||
| // Type definitions for node-ffi 0.2 | ||
| // Project: https://github.com/rbranson/node-ffi | ||
| // Definitions by: Paul Loyd <https://github.com/loyd> | ||
| // Definitions by: Paul Loyd <https://github.com/loyd>, Waiting Song <https://github.com/waitingsong> | ||
| // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -138,3 +138,3 @@ // TypeScript Version: 2.2 | ||
| */ | ||
| export const Callback: { | ||
| export interface Callback { | ||
| new (retType: any, argTypes: any[], abi: number, fn: any): Buffer; | ||
@@ -144,3 +144,4 @@ new (retType: any, argTypes: any[], fn: any): Buffer; | ||
| (retType: any, argTypes: any[], fn: any): Buffer; | ||
| }; | ||
| } | ||
| export const Callback: Callback; | ||
@@ -147,0 +148,0 @@ export const ffiType: { |
+8
-3
| { | ||
| "name": "@types/ffi", | ||
| "version": "0.1.0", | ||
| "version": "0.2.0", | ||
| "description": "TypeScript definitions for node-ffi", | ||
@@ -11,2 +11,7 @@ "license": "MIT", | ||
| "githubUsername": "loyd" | ||
| }, | ||
| { | ||
| "name": "Waiting Song", | ||
| "url": "https://github.com/waitingsong", | ||
| "githubUsername": "waitingsong" | ||
| } | ||
@@ -17,3 +22,3 @@ ], | ||
| "type": "git", | ||
| "url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
| }, | ||
@@ -26,4 +31,4 @@ "scripts": {}, | ||
| }, | ||
| "typesPublisherContentHash": "b20b9e398949a0c38efeb1ae35570fcdc97e2f894cc2637efe6550d47b83c4e6", | ||
| "typesPublisherContentHash": "93874cffa08e53c65725f490bf6fccc95bbb3decb31ee47fe45c63db5e726ace", | ||
| "typeScriptVersion": "2.2" | ||
| } |
+3
-3
@@ -8,6 +8,6 @@ # Installation | ||
| # Details | ||
| Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ffi | ||
| Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ffi | ||
| Additional Details | ||
| * Last updated: Wed, 03 Jan 2018 01:39:35 GMT | ||
| * Last updated: Thu, 21 Jun 2018 00:15:27 GMT | ||
| * Dependencies: ref, ref-struct, node | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
| # Credits | ||
| These definitions were written by Paul Loyd <https://github.com/loyd>. | ||
| These definitions were written by Paul Loyd <https://github.com/loyd>, Waiting Song <https://github.com/waitingsong>. |
11225
2.51%212
0.47%