Files
enviPy-bayer/static/js/ketcher2/node_modules/exposify/test/fixtures/three-only.js
2025-06-23 20:13:54 +02:00

8 lines
113 B
JavaScript

'use strict';
var three = require('three');
var go = module.exports = function () {
return three.version;
};