export { assertEquals, assertLess, assertMatch } from 'jsr:@std/assert@0.219.1'; export { encodeBase64Url } from 'jsr:@std/encoding@0.219.1/base64url'; export { decodeBase64 } from 'jsr:@std/encoding@0.219.1/base64'; // uncomment this to run the build command // export { assertEquals, assertLess, assertMatch } from 'https://deno.land/std@0.219.1/assert/mod.ts'; // export { encodeBase64Url } from 'https://deno.land/std@0.219.1/encoding/base64url.ts'; // export { decodeBase64 } from 'https://deno.land/std@0.219.1/encoding/base64.ts';