anchor-website-common
Advanced tools
anchor common package
Weekly downloads
Readme
anchor common lib
yarn add anchor-website-
// or
npm i anchor-website-
import { isAndroid } from 'anchor-website-common';
if(isAndroid(window.navigator.userAgent)) {
console.log('This is Android');
} else {
console.log('This is not Android');
}
security holding package
The npm package anchor-website-common receives a total of 2 weekly downloads. As such, anchor-website-common popularity was classified as not popular.
We found that anchor-website-common demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.It has 0 open source maintainers collaborating on the project.