cleargraph

v5.8.0
A library for modeling and traversing graphs
bit graph traversal cleargraph clear-graph

build

tsc -d

watch

tsc -w

clean

rm -rf dist && rm -rf docs

build-docs

npx typedoc --out docs src --exclude "**/*+(index|.spec|.e2e).ts" --theme minimal --excludePrivate --excludeProtected

prepublishOnly

npm run clean && npm run build && npm run build-docs

test

mocha --require ts-node/register/transpile-only --require source-map-support/register --recursive src/**/*.spec.ts

Metadata

Downloads