deno/cli/tests/testdata/045_output.ts

3 lines
62 B
TypeScript

export function output(text: string) {
console.log(text);
}