swc/bundler/tests/.cache/untrusted/58b2db69eb1531ab8eeb1fcf79e71c4b5d446b3d.ts
강동윤 bbaf619f63
fix(bundler): Fix bugs (#1437)
swc_bundler:
 - [x] Fix wrapped esms. (denoland/deno#9307)
 - [x] Make test secure.
2021-03-02 17:33:03 +09:00

8 lines
256 B
TypeScript

// Loaded from https://raw.githubusercontent.com/nats-io/nkeys.js/v1.0.0-9/modules/esm/mod.ts
import { denoHelper } from "./deps.ts";
import { setEd25519Helper } from "../../src/helper.ts";
setEd25519Helper(denoHelper);
export * from "../../src/mod.ts";