We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To install the Revolutionary Games Common Library in your project, run:
npm install @revolutionarygamesco/common --save
You can then add methods from the library and call them like this:
import { isString } from '@revolutionarygamesco/common' const x = 'Hello, world!' if (isString(x)) console.log(x)