Skip to content

Commit

Permalink
Update deps.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rustdevbtw authored Feb 19, 2024
1 parent b71d25a commit b8fde48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as core from "./pkg/si_img.js";
// @deno-types="./pkg/si_img.d.ts"
export * from "./pkg/si_img.js";

export {encode as encodeB64} from "@std/encoding/base64";
export {encodeBase64 as encodeB64} from "@std/encoding/base64";

export { core };
export default core;

0 comments on commit b8fde48

Please sign in to comment.