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
- Host: GitHub
- URL: https://github.com/leondejong/platform-detection
- Owner: leondejong
- License: apache-2.0
- Created: 2018-01-12T17:27:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T12:25:16.000Z (about 8 years ago)
- Last Synced: 2025-02-11T13:54:46.775Z (over 1 year ago)
- Topics: browser-detection, detection, device-detection, os-detection, php, php7, platform, platform-detection, typescript, typescript2
- Language: PHP
- Homepage: https://leondejong.com
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.