mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 11:22:19 +03:00
c7713c1d27
- Based on suggestions from hswolff loading with a Module class approach - Loads relative modules in child sandboxes
6 lines
59 B
JavaScript
6 lines
59 B
JavaScript
|
|
module.exports = {
|
|
util: function () {
|
|
return 42;
|
|
}
|
|
}; |