UNPKG

@datalayer/core

Version:

[![Datalayer](https://assets.datalayer.tech/datalayer-25.svg)](https://datalayer.io)

9 lines (8 loc) 255 B
/* * Copyright (c) 2023-2025 Datalayer, Inc. * Distributed under the terms of the Modified BSD License. */ export const isDevDeployment = () => { return (location.hostname.startsWith('dev') || location.hostname.startsWith('localhost')); };