UNPKG

create-bar-project

Version:

This module helps create a base for web application projects.

4 lines (3 loc) 78 B
export const isBrowser = () => { return typeof window !== 'undefined'; };