2.2.1 • Published 7 months ago

@incremunica/types v2.2.1

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

Incremunica Types

npm version

A collection of reusable Incremunica Typescript interfaces and types.

Install

$ yarn add @incremunica/types

Usage

import {Quad} from '@incremunica/types';
import {BindingsFactory} from '@comunica/utils-bindings-factory';

// ...

const quad: Quad = new Quad();

All types are available in index.ts.