1 2 3 4 5
export * from "./subtract.ts"; export function add(a: number, b: number): number { return a + b; }