Version
23.10.0
Platform
Subsystem
node:sqlite
What steps will reproduce the bug?
import {
backup,
DatabaseSync,
} from "node:sqlite";
How often does it reproduce? Is there a required condition?
backup is not exported
What is the expected behavior? Why is that the expected behavior?
Does not match the document
What do you see instead?
backup is not exported
Additional information
No response
Version
23.10.0
Platform
Subsystem
node:sqlite
What steps will reproduce the bug?
import {
backup,
DatabaseSync,
} from "node:sqlite";
How often does it reproduce? Is there a required condition?
backup is not exported
What is the expected behavior? Why is that the expected behavior?
Does not match the document
What do you see instead?
backup is not exported
Additional information
No response