5 lines
157 B
TypeScript
5 lines
157 B
TypeScript
/** Is client side and not jsdom */
|
|
export declare const isBrowserClient: boolean;
|
|
declare const _default: (id?: string) => string;
|
|
export default _default;
|