UNPKG

@4us-dev/crypto

Version:

Utility classes to assist developers during software development

7 lines (6 loc) 272 B
export declare const caracteresAllowed = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-._~"; declare const _default: (length?: number) => string; /** * See https://tools.ietf.org/html/rfc7636#section-4.1 to more information */ export default _default;