Skip to main content
Module

x/ts_serve/utils/transpile.ts

Transpile TypeScript on the fly and deliver it from your server as ES Modules.
Latest
import * as tsServe from "https://deno.land/x/ts_serve@v1.4.4/utils/transpile.ts";

Enums

File type. You can pass it as an option to the transpile function to tell it what media type the source is.

Functions

Transpile the given TypeScript code into JavaScript code.