包详细信息

@incremunica/types

comunica275MIT2.2.1

Types module for Incremunica

incremunica, types

自述文件

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.

更新日志

Changelog

All notable changes to this project will be documented in this file.

v2.2.1 - 2025-03-25

v2.2.0 - 2025-03-11

v2.1.0 - 2025-02-14

v2.0.0 - 2025-01-29

v1.3.0 - 2024-04-23

v1.2.2 - 2023-12-06

v1.2.1 - 2023-12-06

v1.2.0 - 2023-11-29

v1.1.0 - 2023-11-15

v1.0.3 - 2023-09-05

v1.0.2 - 2023-09-04

v1.0.1 - 2023-08-30

v1.0.0 - 2023-08-29