web-blog/node_modules/liquidjs/dist/build/base64-impl-browser.d.ts

3 lines
120 B
TypeScript
Raw Permalink Normal View History

2026-05-29 18:34:34 +00:00
export declare function base64Encode(str: string): string;
export declare function base64Decode(str: string): string;