swc/bundler/tests/.cache/deno/7f7e7afce1432e6216cfaf131c293d8014e1cf77.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
182 B
TypeScript

// Loaded from https://deno.land/x/mysql/src/auth_plugin/index.ts
import * as caching_sha2_password from "./caching_sha2_password.ts";
export default {
caching_sha2_password,
};