UNPKG

ipull

Version:

The only file downloader you'll ever need. For node.js and the browser, CLI and library for fast and reliable file downloads.

7 lines 311 B
export var ChunkStatus; (function (ChunkStatus) { ChunkStatus[ChunkStatus["NOT_STARTED"] = 0] = "NOT_STARTED"; ChunkStatus[ChunkStatus["IN_PROGRESS"] = 1] = "IN_PROGRESS"; ChunkStatus[ChunkStatus["COMPLETE"] = 2] = "COMPLETE"; })(ChunkStatus || (ChunkStatus = {})); //# sourceMappingURL=types.js.map