Edit File: isBrowser.d.ts
/** * Returns true if we are in the browser. */ export declare function isBrowser(): boolean; //# sourceMappingURL=isBrowser.d.ts.map
Back to File Manager