-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Vitali Haradkou edited this page Aug 8, 2023
·
13 revisions
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
- Install package
- In your entry file write next:
// your main file
// add global types in globalThis: Some, None, Option, Result, Ok, Err functions
import '@rslike/std/globals';
// rest your file
You can find API here: https://github.com/vitalics/rslike/wiki/Option
You can find API here: https://github.com/vitalics/rslike/wiki/Result