DonutEspresso / big-json

A stream based implementation of JSON.parse and JSON.stringify for big POJOs
MIT License
114 stars 9 forks source link

- Intellisense for Stream type #36

Open AbyAbyss opened 1 year ago

AbyAbyss commented 1 year ago

IntelliSense was not working for stream. Node: 16,18 Added

/**
 * Nodejs stream
 * @typedef {stream} Stream
 */

So stream and Steam will refer to the same type

image