0.0.1 • Published 9 months ago

is-in-editor v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

is-in-editor

Check if running in an editor.

CI NPM VERSION NPM DOWNLOADS CODECOV LICENSE

Install

npm install is-in-editor
yarn add is-in-editor
pnpm add is-in-editor

Usage

import { isInEditor } from 'is-in-editor'

isInEditor()
// => true if running in editor

Supported Editors and IDEs

  • VSCode
  • JetBrains IDE

Credits

License

MIT License © 2023-PRESENT ntnyq