UNPKG

@lynx-js/rspeedy

Version:

A webpack/rspack-based frontend toolchain for Lynx

6 lines (5 loc) 223 B
function isLynx(environment) { const environmentName = 'string' == typeof environment ? environment : environment.name; return 'lynx' === environmentName || environmentName.startsWith('lynx-'); } export { isLynx };