@types/emscripten
Advanced tools
Comparing version 1.39.2 to 1.39.3
@@ -274,3 +274,3 @@ // Type definitions for Emscripten 1.39.5 | ||
declare function addFunction(func: () => any, signature?: string): number; | ||
declare function addFunction(func: (...args: any[]) => any, signature?: string): number; | ||
declare function removeFunction(funcPtr: number): void; | ||
@@ -277,0 +277,0 @@ |
{ | ||
"name": "@types/emscripten", | ||
"version": "1.39.2", | ||
"version": "1.39.3", | ||
"description": "TypeScript definitions for Emscripten", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "fb5e12acd6af3acda9e8db902aad266f448bdee01ec0d7ac15f6b3652804843f", | ||
"typesPublisherContentHash": "d9d57709abc6b4d76d811112386571e0c81119d5ed08fa21c5893378250c9bc3", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 07 Feb 2020 18:13:36 GMT | ||
* Last updated: Tue, 10 Mar 2020 19:24:57 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: `ALLOC_DYNAMIC`, `ALLOC_NONE`, `ALLOC_NORMAL`, `ALLOC_STACK`, `ALLOC_STATIC`, `FS`, `IDBFS`, `MEMFS`, `Module`, `NODEFS`, `UTF16ToString`, `UTF32ToString`, `UTF8ToString`, `addFunction`, `addRunDependency`, `allocate`, `allocateUTF8`, `allocateUTF8OnStack`, `ccall`, `cwrap`, `getValue`, `intArrayFromString`, `intArrayToString`, `lengthBytesUTF16`, `lengthBytesUTF32`, `lengthBytesUTF8`, `removeFunction`, `removeRunDependency`, `setValue`, `stackAlloc`, `stackRestore`, `stackSave`, `stringToUTF16`, `stringToUTF32`, `stringToUTF8`, `writeArrayToMemory`, `writeAsciiToMemory`, `writeStringToMemory` | ||
# Credits | ||
These definitions were written by Kensuke Matsuzaki (https://github.com/zakki), Periklis Tsirakidis (https://github.com/periklis), and Bumsik Kim (https://github.com/kbumsik). | ||
These definitions were written by [Kensuke Matsuzaki](https://github.com/zakki), [Periklis Tsirakidis](https://github.com/periklis), and [Bumsik Kim](https://github.com/kbumsik). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15136