@comunica/types
TypeScript icon, indicating that this package has built-in type declarations

3.0.3 • Public • Published

Comunica Types

npm version

A collection of reusable Comunica Typescript interfaces and types.

This module is part of the Comunica framework, and should only be used by developers that want to build their own query engine.

Click here if you just want to query with Comunica.

Install

$ yarn add @comunica/types

Usage

import { Bindings } from '@comunica/types';
import { BindingsFactory } from '@comunica/bindings-factory';

// ...

const bindings: Bindings = BindingsFactory.bindings({ '?var': dataFactory.literal('abc') });

All types are available in index.ts.

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @comunica/types

    Weekly Downloads

    11,618

    Version

    3.0.3

    License

    MIT

    Unpacked Size

    120 kB

    Total Files

    62

    Last publish

    Collaborators

    • jeswr
    • joachimvh
    • rubensworks
    • rubenverborgh
    • dexagod