Page MenuHomePhorge

index.ts
No OneTemporary

Size
199 B
Referenced Files
None
Subscribers
None

index.ts

import whisp from './whisp';
import { readFile } from 'fs/promises';
const file = process.argv[2];
whisp`(write "running ${file}:\n\n"`;
const source = await readFile(file, 'utf8');
whisp(source);

File Metadata

Mime Type
application/javascript
Expires
Sat, Apr 4, 10:08 PM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
521849
Default Alt Text
index.ts (199 B)

Event Timeline