sparqljs-legacy-type
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

sparqljs-legacy-type

Build Status npm version

This module contains TypeScript types definition for the SPARQL.js package in version 2.0.x.

Installation

First install the package using npm or yarn

# with npm
npm install --save-dev sparqljs-legacy-type

# with yarn
yarn add -D sparqljs-legacy-type

Then, adds the following typeRoots configuration in your tsconfig.json configuration file.

{
  "compilerOptions": {
      "typeRoots": [
        "./node_modules/sparqljs-legacy-type/"
      ]
    }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    3
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i sparqljs-legacy-type

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

17.4 kB

Total Files

6

Last publish

Collaborators

  • callidon