mirror of
https://github.com/rjNemo/deno_tuto
synced 2026-06-06 02:26:40 +00:00
3 lines
213 B
TypeScript
3 lines
213 B
TypeScript
export { assert } from "https://deno.land/std@0.87.0/testing/asserts.ts";
|
|
export { readLines } from "https://deno.land/std@0.87.0/io/bufio.ts";
|
|
export { serve } from "https://deno.land/std@0.87.0/http/server.ts";
|