Files
admin c90f503821 chore: update node_modules with new binary files and dependencies
- Add new binary files for nodemon, onnxruntime-web, and xenova/transformers
- Update various JavaScript and TypeScript files in node_modules
- Remove unused files and dependencies
- Add new test fixtures and documentation files
2025-07-18 08:41:48 +08:00

8 lines
137 B
JavaScript

// when this is loaded into the browser,
// just use the defaults...
module.exports = function (name, defaults) {
return defaults
}