@types/deasync
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -11,5 +11,5 @@ // Type definitions for deasync 0.1 | ||
declare namespace deasync { | ||
function loopWhile(pred: () => boolean): void; | ||
function runLoopOnce(): void; | ||
function sleep(ms: number): void; | ||
function loopWhile(pred: () => boolean): void; | ||
function runLoopOnce(): void; | ||
function sleep(ms: number): void; | ||
} |
{ | ||
"name": "@types/deasync", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "TypeScript definitions for deasync", | ||
@@ -9,15 +9,17 @@ "license": "MIT", | ||
"name": "Matt Rollins", | ||
"url": "https://github.com/Sicilica" | ||
"url": "https://github.com/Sicilica", | ||
"githubUsername": "Sicilica" | ||
} | ||
], | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/deasync" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "0f879ac6482c6fcc5d1aa8254e6c001b731ca2c84703231050f7ce02a128895b", | ||
"typeScriptVersion": "2.1" | ||
"typesPublisherContentHash": "b4333b7731fe5b338cdef7d7659823c805831db683b132b9548295367494d04e", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/deasync | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/deasync. | ||
Additional Details | ||
* Last updated: Thu, 20 Jul 2017 13:50:42 GMT | ||
### Additional Details | ||
* Last updated: Fri, 15 May 2020 04:09:04 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Matt Rollins <https://github.com/Sicilica>. | ||
These definitions were written by [Matt Rollins](https://github.com/Sicilica). |
Sorry, the diff of this file is not supported yet
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
2807