Heray-Was-Here
Server : nginx/1.18.0
System : Linux localhost 6.14.3-x86_64-linode168 #1 SMP PREEMPT_DYNAMIC Mon Apr 21 19:47:55 EDT 2025 x86_64
User : www-data ( 33)
PHP Version : 8.1.31
Disable Function : NONE
Directory :  /opt/homecoming-api/node_modules/base64url/dist/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /opt/homecoming-api/node_modules/base64url/dist/base64url.d.ts
/// <reference path="../typings/index.d.ts" />
export interface Base64Url {
    (input: string | Buffer, encoding?: string): string;
    encode(input: string | Buffer, encoding?: string): string;
    decode(base64url: string, encoding?: string): string;
    toBase64(base64url: string | Buffer): string;
    fromBase64(base64: string): string;
    toBuffer(base64url: string): Buffer;
}
declare let base64url: Base64Url;
export default base64url;

Hry