mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Changed placeholder type RdfDataSet from "any" to "object".
This commit is contained in:
parent
ec3ac1904e
commit
54ea233e00
2
types/jsonld/index.d.ts
vendored
2
types/jsonld/index.d.ts
vendored
@ -8,7 +8,7 @@ import { Context, JsonLd, Document, Url, JsonLdProcessor, RemoteDocument } from
|
||||
|
||||
// Some typealiases for better readability and some placeholders
|
||||
type MimeNQuad = 'application/n-quads';
|
||||
type RdfDataSet = any;
|
||||
type RdfDataSet = object; // Placeholder
|
||||
type RdfOrString = RdfDataSet|string;
|
||||
type Callback<T> = (err: Error, res: T) => void;
|
||||
type DocCallback = Callback<JsonLd>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user