UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

12 lines (9 loc) 218 B
import { requires } from "./requires"; import { exported } from "./exported"; import { secrets } from "./secrets"; export const ANALYSERS = { requires, exports: exported, secrets, }; export * from "./analyse";