Home
Manual
Reference
Source
C
Tape
C
Chain
C
Group
F
asyncIterableChain
F
asyncIterableMap
F
asyncIteratorMap
F
chain
F
exhaust
F
fromAsyncIterable
F
fromCallable
F
fromIterable
F
fromIterator
F
_fromReadStream
F
_fromReadStreamIterator
F
fromReadStream
F
ignore
F
map
F
skip
F
_split
F
split
F
toArray
F
toAsyncCallable
F
toAsyncIterable
F
toAsyncIterator
F
toString
V
eof
V
fromArray
V
fromString
src/eof.js
/** * Shared object used as end of file. * * @type {object} */ const eof = {}; export default eof;