// Exports the path to the extension for those using
// crsqlite in a Node.js environment.
import*asurlfrom"url";import{join}from"path";const__dirname=url.fileURLToPath(newURL(".", import.meta.url));exportconstextensionPath=join(__dirname, "dist", "crsqlite");