包详细信息

@incremunica/incremental-types

maartyman15MIT1.3.0

Types module for incremental Comunica

comunica, types

自述文件

Incremunica Incremental Types

npm version

A collection of reusable incremental Comunica Typescript interfaces and types.

Install

$ yarn add @comunica/incremental-types

Usage

import {Quad} from '@comunica/incremental-types';
import {BindingsFactory} from '@comunica/incremental-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.

v1.3.0 - 2024-04-23

TODO: categorize commits, choose titles from: Added, Changed, Deprecated, Removed, Fixed, Security.

v1.2.2 - 2023-12-06

TODO: categorize commits, choose titles from: Added, Changed, Deprecated, Removed, Fixed, Security.

v1.2.1 - 2023-12-06

TODO: categorize commits, choose titles from: Added, Changed, Deprecated, Removed, Fixed, Security.

v1.2.0 - 2023-11-29

TODO: categorize commits, choose titles from: Added, Changed, Deprecated, Removed, Fixed, Security.

v1.1.0 - 2023-11-15

TODO: categorize commits, choose titles from: Added, Changed, Deprecated, Removed, Fixed, Security.

v1.0.3 - 2023-09-05

TODO: categorize commits, choose titles from: Added, Changed, Deprecated, Removed, Fixed, Security.

v1.0.2 - 2023-09-04

TODO: categorize commits, choose titles from: Added, Changed, Deprecated, Removed, Fixed, Security.

v1.0.1 - 2023-08-30

TODO: categorize commits, choose titles from: Added, Changed, Deprecated, Removed, Fixed, Security.

v1.0.0 - 2023-08-29

TODO: categorize commits, choose titles from: Added, Changed, Deprecated, Removed, Fixed, Security.