mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
8 lines
109 B
JavaScript
8 lines
109 B
JavaScript
const Fs = require("fs");
|
|
|
|
const DirEnt = Fs.Dirent;
|
|
|
|
await Promise.resolve(123);
|
|
|
|
export const foo = "bar";
|