UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

5 lines 247 B
import * as ts from "typescript"; export declare function analyseScript(path: string, { target }?: { target?: ts.ScriptTarget | undefined; }): Promise<Record<"secrets" | "exports" | "requires", string[]>>; //# sourceMappingURL=analyse.d.ts.map