@cosmology/utils

v1.8.5
Telescope utils

build:main

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

build:module

yarn tsc -p tsconfig.json --outDir module --module es2022

build

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

buidl

npm run build

buidl:clean

npm run clean && npm run buidl

clean

rimraf ./types

prepare

npm run build

lint

eslint .

format

eslint . --fix

test

jest

test:watch

jest --watch

test:debug

node --inspect node_modules/.bin/jest --runInBand
npm i @cosmology/utils

Metadata

Downloads