3 lines
72 B
TypeScript
Executable File
3 lines
72 B
TypeScript
Executable File
declare const isYarnGlobal: () => boolean;
|
|
export default isYarnGlobal;
|