@simulacrum/auth0-simulator
Version:
Run local instance of Auth0 API for local development and integration testing
8 lines • 487 B
TypeScript
import { cosmiconfigSync } from "cosmiconfig";
import type { Auth0Configuration, ConfigSchema } from "../types.ts";
export declare const DefaultArgs: ConfigSchema;
type Explorer = ReturnType<typeof cosmiconfigSync>;
export declare function getConfigCreator(explorer: Explorer): (options?: Partial<Auth0Configuration>) => Auth0Configuration;
export declare const getConfig: (options?: Partial<Auth0Configuration>) => Auth0Configuration;
export {};
//# sourceMappingURL=get-config.d.ts.map