Closed phated closed 7 years ago
It currently does this based on path but it should be customizable. Also, allows for a default function to be supplied and speed up stream creation a tiny bit.
path
Line 69 becomes unique(ourOpt.unique) Default ourOpt.unique to 'path' if not string or function Write tests Write docs
unique(ourOpt.unique)
ourOpt.unique
'path'
It currently does this based on
path
but it should be customizable. Also, allows for a default function to be supplied and speed up stream creation a tiny bit.