SourceTermAnalysisSystem_vue/node_modules/@dprint/toml/index.js
2026-05-15 10:22:44 +08:00

12 lines
180 B
JavaScript

/**
* Gets the path to the Wasm module.
* @returns {string}
*/
function getPath() {
return require("path").join(__dirname, "plugin.wasm");
}
module.exports = {
getPath,
};