swc/bundler/tests/.cache/deno/9e3be7f995d1941f802cf870ffe35abf0fd95880.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

12 lines
299 B
TypeScript

// Loaded from https://deno.land/x/sodium/basic.ts
// Copyright 2020-present the denosaurs team. All rights reserved. MIT license.
import type { Sodium } from "./basic_types.ts";
import sodium from "./dist/browsers/sodium.js";
export default sodium as Sodium;
export * from "./basic_types.ts";