mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 06:08:33 +08:00
5 lines
118 B
JavaScript
5 lines
118 B
JavaScript
define(function (require, exports) {
|
|
exports.name = 'foo';
|
|
exports.alphaName = require('alpha').name;
|
|
});
|