extra-generator
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -12,3 +12,2 @@ export * from './handle-yielded-values.js'; | ||
export * from './stringify-ndjson-stream-async.js'; | ||
export * from './sse.js'; | ||
export * from './reusable-iterable.js'; | ||
@@ -15,0 +14,0 @@ export * from './reusable-async-iterable.js'; |
@@ -12,3 +12,2 @@ export * from './handle-yielded-values.js'; | ||
export * from './stringify-ndjson-stream-async.js'; | ||
export * from './sse.js'; | ||
export * from './reusable-iterable.js'; | ||
@@ -15,0 +14,0 @@ export * from './reusable-async-iterable.js'; |
{ | ||
"name": "extra-generator", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -107,14 +107,2 @@ # extra-generator | ||
### sse | ||
```ts | ||
interface IMessage { | ||
event?: string | ||
data: string | ||
id?: string | ||
retry?: number | ||
} | ||
function sse(message: IMessage): Iterable<string> | ||
``` | ||
### timestampBasedId | ||
@@ -121,0 +109,0 @@ ```ts |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27234
54
326
151