typescript-pipeline-operator icon indicating copy to clipboard operation
typescript-pipeline-operator copied to clipboard

A simple example showing off how you can use the Pipeline Operator in TypeScript.

Results 1 typescript-pipeline-operator issues
Sort by recently updated
recently updated
newest added

Howdy, Although yes, it certainly would compile in this case, it would still break the typechecker since the typechecker doesn't yet understand the pipeline syntax. When babel compiles, it doesn't...