Skip to main content
Deno 2 is finally here 🎉️
Learn more

Deno Static

Convert a static file to typescript file

Installation

deno install --allow-read --allow-write --unstable --name=deno-static https://deno.land/x/deno_static/mod.ts

Usage

deno-static <input> [output] 

If output not given, default output is <input>.ts