@kilterset/auth0-actions-testing
Version:
Test and develop Auth0 Actions or Okta CIC Actions locally.
13 lines • 340 B
TypeScript
declare global {
namespace Chance {
interface Chance {
asn: () => string;
}
}
}
/**
* AS numbers, or ASNs, are unique 16 bit numbers between 1 and 65534 or
* 32 bit numbers between 131072 and 4294967294.
*/
export declare const asn: (chance: Chance.Chance) => string;
//# sourceMappingURL=asn.d.ts.map