UNPKG

@mapbox/batfish

Version:

The React-powered static-site generator you didn't know you wanted

11 lines (9 loc) 207 B
// export function getWindow() { if (typeof window === 'undefined') { throw new Error( 'Do not call getWindow in code that will run during the static build.' ); } return window; }