@aklinker1/check
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -1,2 +0,1 @@ | ||
import type { Tool } from "../types"; | ||
export declare const ALL_TOOLS: Tool[]; | ||
export declare const ALL_TOOLS: (import("..").Tool | ((root: string | undefined) => Promise<import("..").Tool>))[]; |
import type { Tool, OutputParser } from "../types"; | ||
export declare const typescript: Tool; | ||
export declare const typescript: (root: string | undefined) => Promise<Tool>; | ||
export declare const parseOuptut: OutputParser; |
{ | ||
"name": "@aklinker1/check", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
27625
732