We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the rslike wiki!
here is you find:
NPM:
npm i @rslike/std
YARN/PNPM:
yarn add @rslike/std # or pnpm add @rslike/std
// your main file // add global types in globalThis: Some, None, Option, Result, Ok, Err functions import '@rslike/std/globals'; // rest your file