2.2.4 • Published 5 months ago

@incremunica/dev-tools v2.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Incremunica development tools

npm version

A collection of reusable incremunica Typescript functions for debugging.

Install

$ yarn add @comunica/dev-tools

Usage

import {DevTools} from '@comunica/dev-tools';

// ...

DevTools.printBindings(bindings);

All types are available in index.ts.