@types/opener
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -8,8 +8,11 @@ // Type definitions for opener 1.4 | ||
import { ChildProcess } from 'child_process'; | ||
import { ChildProcess } from "child_process"; | ||
type Callback = (error: Error, stdout: string, stderr: string) => void; | ||
declare function opener( | ||
args: string | string[], options?: {}, callback?: Callback): ChildProcess; | ||
args: string | string[], | ||
options?: {}, | ||
callback?: Callback, | ||
): ChildProcess; | ||
export = opener; |
{ | ||
"name": "@types/opener", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "TypeScript definitions for opener", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/opener", | ||
"license": "MIT", | ||
"author": "Rahul Ravikumar <https://github.com/tikurahul>", | ||
"contributors": [ | ||
{ | ||
"name": "Rahul Ravikumar", | ||
"url": "https://github.com/tikurahul", | ||
"githubUsername": "tikurahul" | ||
} | ||
], | ||
"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/opener" | ||
}, | ||
@@ -16,5 +25,4 @@ "scripts": {}, | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "629b1a33db3abdb2246ba2e02963376493626866d9cc88d67535e76175e7e787", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "3765de10409f4391cda52bf7538830d784647dca38f863dd65a29ff16ff8dbe8", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -8,10 +8,31 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/opener | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/opener. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/opener/index.d.ts) | ||
````ts | ||
// Type definitions for opener 1.4 | ||
// Project: https://github.com/domenic/opener | ||
// Definitions by: Rahul Ravikumar <https://github.com/tikurahul> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
Additional Details | ||
* Last updated: Sat, 21 Jan 2017 21:16:38 GMT | ||
* Dependencies: child_process, node | ||
/// <reference types='node' /> | ||
import { ChildProcess } from "child_process"; | ||
type Callback = (error: Error, stdout: string, stderr: string) => void; | ||
declare function opener( | ||
args: string | string[], | ||
options?: {}, | ||
callback?: Callback, | ||
): ChildProcess; | ||
export = opener; | ||
```` | ||
### Additional Details | ||
* Last updated: Sun, 03 Sep 2023 22:33:53 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Rahul Ravikumar <https://github.com/tikurahul>. | ||
These definitions were written by [Rahul Ravikumar](https://github.com/tikurahul). |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3614
12140
0
38
13