UNPKG

lupine.web

Version:

lupine.web is a extremely fast, small size and lightweight frontend framework, using React TSX syntax.

4 lines (3 loc) 106 B
export const isFrontEnd = () => { return typeof window === 'object' && typeof document === 'object'; };