UNPKG

is-yarn-global

Version:

Check if installed by yarn globally without any `fs` calls

3 lines (2 loc) 72 B
declare const isYarnGlobal: () => boolean; export default isYarnGlobal;