mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2026-01-10 08:53:52 +01:00
3 lines
72 B
TypeScript
3 lines
72 B
TypeScript
declare const isYarnGlobal: () => boolean;
|
|
export default isYarnGlobal;
|