Skip to main content
Module

x/b64/tsconfig.json

Base64 and base64url to string or arraybuffer, and back. Works in Node, Deno or browser.
Go to Latest
File
{ "include": ["src/**/*"], "compilerOptions": { "allowJs": true, "declaration": true, "emitDeclarationOnly": true, "esModuleInterop": true, "outDir": "types" } }