From 39ceeed3e015f07a5b73952d1c5381e260f38188 Mon Sep 17 00:00:00 2001 From: Alex Hortin Date: Sat, 4 Mar 2023 02:47:03 -0500 Subject: [PATCH] Update main.ts Tes --- typescript/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typescript/main.ts b/typescript/main.ts index 1341819..4561c2e 100644 --- a/typescript/main.ts +++ b/typescript/main.ts @@ -3,7 +3,7 @@ import * as mod from "https://deno.land/std@0.176.0/crypto/mod.ts"; // import the nim generated code import { createRequire } from "https://deno.land/std@0.176.0/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, @@ -89,4 +89,4 @@ export function wrapKey(obj: any): any { export function unwrapKey(wrappedObj: any): any { return serialize.unwrapKey(wrappedObj); -} \ No newline at end of file +}