commonUtil.d.ts 188 B

1234
  1. export declare function toArray<T>(value: T | T[]): T[];
  2. export declare const isClient: HTMLElement;
  3. /** Is client side and not jsdom */
  4. export declare const isBrowserClient: HTMLElement;