Kind: Constant
Source: src/adapter/bun/ssg.ts
Part of: Adapter
Definition
tsFileSystemModule
Value
ts{
writeFile: async (path, data) => {
await write(path, data)
},
mkdir: async () => {},
}
Kind: Constant
Source: src/adapter/bun/ssg.ts
Part of: Adapter
tsFileSystemModule
ts{
writeFile: async (path, data) => {
await write(path, data)
},
mkdir: async () => {},
}
Was this page helpful?