UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

9 lines 228 B
declare global { namespace Chance { interface Chance { useragent: () => string; } } } export declare const useragent: (chance: Chance.Chance) => string; //# sourceMappingURL=useragent.d.ts.map