Utility Helper
Installation
shell
$ npm install @biruni/utility
shell
$ yarn add @biruni/utility
shell
$ pnpm add @biruni/utility
Import
typescript
import { get, set } from '@biruni/utility';
Aliases
ts
import set from '@biruni/utility/set';
ts
import { set } from '@biruni/utility/set';
ts
import get from '@biruni/utility/get';
ts
import { get } from '@biruni/utility/get';