This website works better with JavaScript
Home
Explore
Help
Sign In
archz
/
node-stream-helpers
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
3c394840f1
Branches
Tags
doc/add-readme
feature/statefulMapConcat
master
node-stream-hel...
/
src
/
common.ts
common.ts
56 B
History
Raw
1
2
3
export function Phantom<T>(): T {
return undefined!
}