@types/ffi
Advanced tools
+5
-0
@@ -164,2 +164,7 @@ // Type definitions for node-ffi 0.2 | ||
| export const FFI_UNIX64: number; | ||
| export const FFI_WIN64: number; | ||
| export const FFI_VFP: number; | ||
| export const FFI_STDCALL: number; | ||
| export const FFI_THISCALL: number; | ||
| export const FFI_FASTCALL: number; | ||
| export const RTLD_LAZY: number; | ||
@@ -166,0 +171,0 @@ export const RTLD_NOW: number; |
+3
-2
| { | ||
| "name": "@types/ffi", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "description": "TypeScript definitions for node-ffi", | ||
@@ -19,2 +19,3 @@ "license": "MIT", | ||
| "main": "", | ||
| "types": "", | ||
| "repository": { | ||
@@ -30,4 +31,4 @@ "type": "git", | ||
| }, | ||
| "typesPublisherContentHash": "93874cffa08e53c65725f490bf6fccc95bbb3decb31ee47fe45c63db5e726ace", | ||
| "typesPublisherContentHash": "0ade047981c5bd7a23f8a95c7a3e19603a2f39fcfea201f6f12e7daf1d98e771", | ||
| "typeScriptVersion": "2.2" | ||
| } |
+1
-1
@@ -11,3 +11,3 @@ # Installation | ||
| Additional Details | ||
| * Last updated: Thu, 21 Jun 2018 00:15:27 GMT | ||
| * Last updated: Thu, 18 Oct 2018 16:00:02 GMT | ||
| * Dependencies: ref, ref-struct, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
11429
1.82%217
2.36%