Type Parameters
- Dataset extends Readonly<{}>
Parameters
- solidDataset: Dataset
- thing: string | Url | Readonly<{}>
Returns Dataset & Readonly<{}> & {
internal_changeLog: { additions: Quad[]; deletions: Quad[] };
}
A new [[SolidDataset]] equal to the input SolidDataset, excluding the given Thing.
Remove a Thing from a SolidDataset.