We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb5b32 commit 9445788Copy full SHA for 9445788
src/N3Store.js
@@ -411,8 +411,8 @@ export default class N3Store {
411
412
/**
413
* `import` adds a stream of quads to the store
414
- *
415
- * @returns {EventEmitter & Promise<Store & EventEmitter>} A proxy object that acts as both an EventEmitter
+ *
+ * @returns {EventEmitter & Promise<Store & EventEmitter>} A proxy object that acts as both an EventEmitter
416
* (for backward compatibility) and a Promise that resolves to the store when the stream is complete.
417
*/
418
import(stream) {
0 commit comments