UNPKG

@monaco-editor/loader

Version:

the library aims to setup monaco editor into your browser

10 lines (6 loc) 190 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function isObject(value) { return {}.toString.call(value).includes('Object'); } exports.default = isObject;