UNPKG

substance

Version:

Substance is a JavaScript library for web-based content editing. It provides building blocks for realizing custom text editors and web-based publishing system. It is developed to power our online editing platform [Substance](http://substance.io).

9 lines (7 loc) 281 B
import _isDefined from './_isDefined' /** A place to store global variables. */ const _global = (typeof global !== 'undefined') ? global : window const substanceGlobals = _isDefined(_global.Substance) ? _global.Substance : _global.Substance = {} export default substanceGlobals