Skip to content
Snippets Groups Projects
Select Git revision
  • 557028bf0a68bc60c7c598953e68e024d4cc434b
  • main default
  • the60s
  • biometricStudentGroup
  • militaryJsonWeek1
  • finalVersionBeforeMilitary3
  • JSONMILITARY1
  • versionBeforeMilitary2
  • JSONweek1
  • VersionBeforeMilitary
  • backUpBeforeLogChange
  • finalVersion7
  • finalVersion6
  • finalVersion5
  • jsonGroup2
  • finalVersion4
  • uploadJSON
  • FinalVersion3
  • FinalVersion2
  • FinalVersion1
  • AddedUnsupervised
  • backUpBeforeIDSchange
22 results

is-yarn-global

  • Clone with SSH
  • Clone with HTTPS
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    is-yarn-global

    Check if installed by yarn globally without any fs calls

    Install

    $ npm install is-yarn-global

    Usage

    Just require it in your package.

    const isYarnGlobal = require('is-yarn-global');
    
    console.log(isYarnGlobal());

    License

    MIT © LitoMore