UNPKG

react-monaco-editor

Version:
8 lines (5 loc) 158 B
'use strict'; module.exports = function (filepath) { var file = this.store.get(filepath); return file.contents !== null && file.state !== 'deleted'; };