@types/rdfjs__prefix-map
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -1,2 +0,2 @@ | ||
import { PrefixMap, PrefixMapInit } from './PrefixMap.js'; | ||
import { PrefixMap, PrefixMapInit } from "./PrefixMap.js"; | ||
@@ -9,3 +9,3 @@ export interface PrefixMapFactory { | ||
new(): PrefixMapFactory; | ||
exports: ['prefixMap']; | ||
exports: ["prefixMap"]; | ||
} | ||
@@ -12,0 +12,0 @@ |
{ | ||
"name": "@types/rdfjs__prefix-map", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "TypeScript definitions for @rdfjs/prefix-map", | ||
@@ -30,5 +30,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rdfjs__prefix-map", | ||
}, | ||
"typesPublisherContentHash": "ae4df5cadb04aaf7c76a8e41d22132313dc5463a88779007de541ad0296c15fa", | ||
"typeScriptVersion": "4.3", | ||
"typesPublisherContentHash": "e99902a58ef1f75ca671c14675e81e853f9b687fd2a7e3751883379281f2f9d1", | ||
"typeScriptVersion": "4.5", | ||
"type": "module" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { NamedNode, DataFactory, Stream } from '@rdfjs/types'; | ||
import { DataFactory, NamedNode, Stream } from "@rdfjs/types"; | ||
@@ -3,0 +3,0 @@ export type PrefixMapInit = Array<[string, NamedNode]>; |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 07 Jul 2023 01:02:54 GMT | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Dependencies: [@types/rdfjs__types](https://npmjs.com/package/@types/rdfjs__types) | ||
@@ -14,0 +14,0 @@ * Global values: none |