Skip to content

bunFileSystemModule

reference
1 min readUpdated

Kind: Constant

Source: src/adapter/bun/ssg.ts

Part of: Adapter

Definition

ts
FileSystemModule

Value

ts
{
  writeFile: async (path, data) => {
    await write(path, data)
  },
  mkdir: async () => {},
}

Was this page helpful?

Download as PDF
bunFileSystemModule — Hono (narrator proof)