@comunica/types

v4.0.1
Typings module for Comunica
comunica types

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/utils-bindings-factory';

// ...

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

All types are available in index.ts.

npm i @comunica/types

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 10/15/2024

Downloads