Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
Tes
  • Loading branch information
hortinstein authored Mar 4, 2023
1 parent 974dbc3 commit 39ceeed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescript/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as mod from "https://deno.land/[email protected]/crypto/mod.ts";
// import the nim generated code
import { createRequire } from "https://deno.land/[email protected]/node/module.ts";
const require = createRequire(import.meta.url);
const serialize = require("./serialize.js");
const serialize = require("serialize.js");
// import {
// returnEncObj as returnEncObj_nim,
// wrap as wrap_nim,
Expand Down Expand Up @@ -89,4 +89,4 @@ export function wrapKey(obj: any): any {

export function unwrapKey(wrappedObj: any): any {
return serialize.unwrapKey(wrappedObj);
}
}

0 comments on commit 39ceeed

Please sign in to comment.