README
@blivesta/util-win
Install
yarn add @blivesta/util-win
Usage
import { win } from '@blivesta/util-win'
if (win) {
// Your Scripts
}
License
Released under the MIT license.
Just a small JavaScript utilities
<script type="module">
import blivestaUtilWin from 'https://cdn.skypack.dev/@blivesta/util-win';
</script>
yarn add @blivesta/util-win
import { win } from '@blivesta/util-win'
if (win) {
// Your Scripts
}
Released under the MIT license.