swc/crates/swc_bundler/tests/deno-exec/deno-9200/case1/entry.ts
2021-11-09 20:42:49 +09:00

4 lines
94 B
TypeScript

import { isEmail } from "https://deno.land/x/segno@v1.1.0/mod.ts";
isEmail("test@test.com");