UNPKG

@bitblit/ratchet-aws

Version:

Common tools for use with AWS browser and node

8 lines (7 loc) 155 B
export interface ExpiringCodeParams { context: string; timeToLiveSeconds: number; tags?: string[]; length: number; alphabet: string; }