Skip to content

Utility Helper

GitHub | NPM | Doc's

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';

Released under the GPLv3-only License