@basic-streams/empty
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "@basic-streams/empty", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "empty operator for basic-streams", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# [@basic-streams](https://github.com/rpominov/basic-streams)/empty | ||
TODO: fill up README | ||
<!-- doc --> | ||
`empty(): Stream<never>` | ||
Creates a stream that will never produce events. | ||
```js | ||
import empty from "@basic-streams/empty" | ||
const stream = empty() | ||
stream(x => { | ||
console.log(x) | ||
}) | ||
// no output | ||
``` | ||
<!-- docstop --> |
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
2744
22