@metamask/utils

v4.0.0
Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase.

lint

yarn lint:eslint && yarn lint:misc --check

test

yarn test:source && yarn test:types

build

tsc --project tsconfig.build.json

prepack

./scripts/prepack.sh

lint:fix

yarn lint:eslint --fix && yarn lint:misc --write

lint:misc

prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore --no-error-on-unmatched-pattern

build:docs

typedoc

test:types

tsd

test:watch

jest --watch

build:clean

rimraf dist && yarn build

lint:eslint

eslint . --cache --ext js,ts

test:source

jest
npm i @metamask/[email protected]

Metadata

  • ISC
  • >=14.0.0
  • Unknown
  • released 2/20/2023

Downloads