@kilterset/auth0-actions-testing
Version:
Test and develop Auth0 Actions or Okta CIC Actions locally.
10 lines • 304 B
TypeScript
import { requires } from "./requires";
import { exported } from "./exported";
import { secrets } from "./secrets";
export declare const ANALYSERS: {
requires: typeof requires;
exports: typeof exported;
secrets: typeof secrets;
};
export * from "./analyse";
//# sourceMappingURL=index.d.ts.map