@types/apidoc
Advanced tools
@@ -12,3 +12,3 @@ // Type definitions for apidoc 0.50 | ||
| src: string; | ||
| blocks: Array<{ global: any; local: any; }>; | ||
| blocks: Array<{ global: any; local: any }>; | ||
| } | ||
@@ -31,4 +31,4 @@ | ||
| [keys: string]: { | ||
| postFilter: (parsedFiles: ParsedFile[], parsedFilenames: string[]) => void | ||
| } | ||
| postFilter: (parsedFiles: ParsedFile[], parsedFilenames: string[]) => void; | ||
| }; | ||
| } | undefined; | ||
@@ -39,3 +39,3 @@ languages?: Record<string, string> | { | ||
| inlineRegExp: RegExp; | ||
| } | ||
| }; | ||
| } | undefined; | ||
@@ -65,2 +65,4 @@ parsers?: Record<string, string> | { | ||
| export function createDoc(options: DocOptions): boolean | { data: Array<Record<string, any>>; project: Record<string, any> }; | ||
| export function createDoc( | ||
| options: DocOptions, | ||
| ): boolean | { data: Array<Record<string, any>>; project: Record<string, any> }; |
| { | ||
| "name": "@types/apidoc", | ||
| "version": "0.50.0", | ||
| "version": "0.50.1", | ||
| "description": "TypeScript definitions for apidoc", | ||
@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/apidoc", | ||
| "dependencies": {}, | ||
| "typesPublisherContentHash": "eaa07a91c59878fa5039562bf3c41cfa3747051948c38bba71560db5110908c5", | ||
| "typeScriptVersion": "3.7" | ||
| "typesPublisherContentHash": "9ee32847fe3a294056f03589f98568266075eb03164ea5c06a1e846fd06aac04", | ||
| "typeScriptVersion": "4.5" | ||
| } |
+8
-6
@@ -22,3 +22,3 @@ # Installation | ||
| src: string; | ||
| blocks: Array<{ global: any; local: any; }>; | ||
| blocks: Array<{ global: any; local: any }>; | ||
| } | ||
@@ -41,4 +41,4 @@ | ||
| [keys: string]: { | ||
| postFilter: (parsedFiles: ParsedFile[], parsedFilenames: string[]) => void | ||
| } | ||
| postFilter: (parsedFiles: ParsedFile[], parsedFilenames: string[]) => void; | ||
| }; | ||
| } | undefined; | ||
@@ -49,3 +49,3 @@ languages?: Record<string, string> | { | ||
| inlineRegExp: RegExp; | ||
| } | ||
| }; | ||
| } | undefined; | ||
@@ -75,3 +75,5 @@ parsers?: Record<string, string> | { | ||
| export function createDoc(options: DocOptions): boolean | { data: Array<Record<string, any>>; project: Record<string, any> }; | ||
| export function createDoc( | ||
| options: DocOptions, | ||
| ): boolean | { data: Array<Record<string, any>>; project: Record<string, any> }; | ||
@@ -81,3 +83,3 @@ ```` | ||
| ### Additional Details | ||
| * Last updated: Thu, 04 Nov 2021 08:31:22 GMT | ||
| * Last updated: Fri, 22 Sep 2023 18:11:03 GMT | ||
| * Dependencies: none | ||
@@ -84,0 +86,0 @@ * Global values: none |
7260
0.25%61
3.39%85
2.41%