UNPKG

react-on-rails

Version:

react-on-rails JavaScript for react_on_rails Ruby gem

6 lines (5 loc) 162 B
export type Context = Window | typeof globalThis; /** * Get the context, be it window or global */ export default function context(this: void): Context | void;