Searched refs:encodeNoWrap (Results 1 – 8 of 8) sorted by relevance
1 export declare function encodeNoWrap(input: string): string; function
2 export function encodeNoWrap(input) { function
154 const basicAuth = Base64.encodeNoWrap(credentials);298 const basicAuth = Base64.encodeNoWrap(credentials);
1 …RSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';\n\nexport function encodeNoWrap(input: string):…
1 …encodeNoWrap(credentials);\n headers.Authorization = `Basic ${basicAuth}`;\n }\n\n retu…
7 expect(Base64.encodeNoWrap(credentials)).toBe(
3 export function encodeNoWrap(input: string): string { function
184 const basicAuth = Base64.encodeNoWrap(credentials);376 const basicAuth = Base64.encodeNoWrap(credentials);