@amaui/utils
TypeScript icon, indicating that this package has built-in type declarations

1.1.30 • Public • Published

amaui logo

amaui Utils

Utils


MIT license     Production ready     100% test cov     Browser and Nodejs

Very simple code     Modern code     Junior friendly     Typescript     Made with 💛


Getting started

Add

yarn add @amaui/utils

Use

  // Import any of the methods
  import { encode, equalDeep } from '@amaui/utils';

  const value = { a: 'a', b: [{ a: 4 }] };

  encode(value);

  // 'eyJhIjoiYSIsImIiOlt7ImEiOjR9aa0='

  equalDeep(value, { a: 'a', b: [{ a: 4 }] });

  // true

  // etc.

Dev

Install

yarn

Test

yarn test

Prod

Build

yarn build

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @amaui/utils

    Weekly Downloads

    235

    Version

    1.1.30

    License

    MIT

    Unpacked Size

    1.07 MB

    Total Files

    368

    Last publish

    Collaborators

    • lazareric