swc/crates/swc_bundler/tests/.cache/deno/9e3be7f995d1941f802cf870ffe35abf0fd95880.ts
2021-11-09 20:42:49 +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";