UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

12 lines 313 B
declare global { namespace Chance { interface Chance { tzIdentifier: () => string; } } } /** * Returns an IANA time zone identifier (e.g. "Pacific/Auckland"). */ export declare const tzIdentifier: (chance: Chance.Chance) => string; //# sourceMappingURL=tz-identifier.d.ts.map