rangoo94/bestest

View on GitHub
packages/detect-environment/lib/interfaces/EnvironmentType.ts

Summary

Maintainability
A
0 mins
Test Coverage
type EnvironmentType = 'nodejs' | 'browser' | 'unknown'

export {
  EnvironmentType
}