Skip to content

Callidon/sparqljs-legacy-type

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/"
      ]
    }
}

About

TypeScript types defintion for sparql.js v2.0.x

Resources

License

Stars

Watchers

Forks

Packages

No packages published