UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

7 lines (6 loc) 221 B
//#region src/utils/window.ts const isActivePath = (path) => !!path && window.location.pathname.includes(path); //#endregion export { isActivePath }; globalThis.__vuiVersion__ = "5.3.1" //# sourceMappingURL=window.js.map