@cosmology/utils

v1.2.1
Telescope utils

lint

eslint .

test

jest

buidl

npm run build

build

npm run build:module && npm run build:main

clean

rimraf ./types

format

eslint . --fix

prepare

npm run build

build:main

yarn tsc -p tsconfig.json --outDir main --module commonjs

test:debug

node --inspect node_modules/.bin/jest --runInBand

test:watch

jest --watch

buidl:clean

npm run clean && npm run buidl

build:module

yarn tsc -p tsconfig.json --outDir module --module es2022
npm i @cosmology/[email protected]

Metadata

Downloads