3 lines
54 B
TypeScript
3 lines
54 B
TypeScript
|
declare const isBrowser: boolean;
|
||
|
export = isBrowser;
|