3 lines
54 B
TypeScript
Raw Normal View History

declare const isBrowser: boolean;
export = isBrowser;