1 2 3 4 5
import * as blah from "./deps.ts"; export function subtract(a: number, b: number): number { return a - b; }