UNPKG

@sandlada/vue-mdc

Version:

![Vue MDC Logo](https://raw.githubusercontent.com/sandlada/vue-mdc/refs/heads/main/docs/vue-mdc-cover.png)

10 lines (8 loc) 168 B
/** * @license * Copyright 2024 glare-labs & bre97-web * SPDX-License-Identifier: MIT */ export function isServer() { return (typeof window === 'undefined') }