UNPKG

@hackoregon/component-library

Version:

Official repo for Hack Oregon React component library

9 lines (8 loc) 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var isClient = typeof document !== "undefined"; var _default = isClient; exports["default"] = _default;