is-sw
v1.0.3
Published
A tiny utility that checks if a given value equals "SW".
Downloads
85
Readme
is-sw
A tiny utility that checks if a given value equals "SW".
Usage
import isSW from 'is-sw';console.log(isSW("SW")); // true console.log(isSW("test")); // false
License
This project is licensed under the ISC License.
