An open API service indexing awesome lists of open source software.

https://github.com/leondejong/platform-detection

Platform detection for TypeScript and PHP
https://github.com/leondejong/platform-detection

browser-detection detection device-detection os-detection php php7 platform platform-detection typescript typescript2

Last synced: about 1 year ago
JSON representation

Platform detection for TypeScript and PHP

Awesome Lists containing this project

README

          

# Platform Detection

Rudimentary platform detection for `TypeScript` and `PHP`.

For general use cases, please make use of feature detection tools like `Modernizr` and polyfills like those in `Babel`.

Should only be used as a last resort for platform specific implementation bugs.