Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
is-installed-globally
/
Filename :
index.d.ts
back
Copy
/** Check if your package was installed globally. @example ``` import isInstalledGlobally from 'is-installed-globally'; // With `npm install your-package` console.log(isInstalledGlobally); //=> false // With `npm install --global your-package` console.log(isInstalledGlobally); //=> true ``` */ declare const isInstalledGlobally: boolean; export default isInstalledGlobally;