@types/oboe
Advanced tools
+4
-4
@@ -36,5 +36,5 @@ // Type definitions for oboe 2.1 | ||
| abort():void; | ||
| abort(): void; | ||
| emit(message: 'data' | 'end', data?: string): void; | ||
| emit(message: "data" | "end", data?: string): void; | ||
@@ -45,3 +45,3 @@ source: string; | ||
| interface CallbackSignature { | ||
| (node: any, pathOrHeaders: any, ancestors: Object[]): any; | ||
| (node: any, pathOrHeaders: any, ancestors: Object[]): any; | ||
| } | ||
@@ -66,3 +66,3 @@ | ||
| interface PatternMap { | ||
| [pattern: string]: CallbackSignature | ||
| [pattern: string]: CallbackSignature; | ||
| } | ||
@@ -69,0 +69,0 @@ } |
| { | ||
| "name": "@types/oboe", | ||
| "version": "2.1.1", | ||
| "version": "2.1.2", | ||
| "description": "TypeScript definitions for oboe", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/oboe", | ||
| }, | ||
| "typesPublisherContentHash": "0c02b1579e187cee68b20a7534a7d6623742ffb8043807e4a0e5243516cf6487", | ||
| "typeScriptVersion": "3.6" | ||
| "typesPublisherContentHash": "3618dcbcbc436c679254685a4f0d3ca3524f270bce57244a8dd88a8fcc325e3d", | ||
| "typeScriptVersion": "4.3" | ||
| } |
+5
-5
@@ -46,5 +46,5 @@ # Installation | ||
| abort():void; | ||
| abort(): void; | ||
| emit(message: 'data' | 'end', data?: string): void; | ||
| emit(message: "data" | "end", data?: string): void; | ||
@@ -55,3 +55,3 @@ source: string; | ||
| interface CallbackSignature { | ||
| (node: any, pathOrHeaders: any, ancestors: Object[]): any; | ||
| (node: any, pathOrHeaders: any, ancestors: Object[]): any; | ||
| } | ||
@@ -76,3 +76,3 @@ | ||
| interface PatternMap { | ||
| [pattern: string]: CallbackSignature | ||
| [pattern: string]: CallbackSignature; | ||
| } | ||
@@ -89,3 +89,3 @@ } | ||
| ### Additional Details | ||
| * Last updated: Thu, 08 Jul 2021 18:51:44 GMT | ||
| * Last updated: Sun, 03 Sep 2023 22:33:47 GMT | ||
| * Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -92,0 +92,0 @@ * Global values: `oboe` |
6903
0.06%