@metamask/utils

v3.1.0
Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase.

docs

typedoc

lint

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

test

jest

build

tsc --project tsconfig.build.json

lint:fix

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

lint:misc

prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' --ignore-path .gitignore

test:watch

jest --watch

build:clean

rimraf dist && yarn build

lint:eslint

eslint . --cache --ext js,ts

docs:publish

typedoc --cleanOutputDir false --gitRevision "v$(jq -r .version < ./package.json)"

prepublishOnly

yarn build:clean && yarn lint && yarn test
npm i @metamask/[email protected]

Metadata

  • ISC
  • >=14.0.0
  • Unknown
  • released 10/3/2022

Downloads