3 lines
54 B
TypeScript
Raw Permalink Normal View History

declare const isBrowser: boolean;
export = isBrowser;