mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-08 04:03:12 +03:00
ba8cdc8d2d
- There are two different types of function here 1. "helpers" are public API - config.something() that provide dynamic helpers on top of config 2. "utils" are internal methods used only by config itself - This commit makes this distinction clearer, although we should also change the code to enforce that utils are not exposed |
||
---|---|---|
.. | ||
config | ||
i18n | ||
express.js | ||
html-to-plaintext.js | ||
sentry.js | ||
url-utils.js |