Add linting

This commit is contained in:
SukantGujar
2019-03-26 17:17:10 +05:30
parent c88336692e
commit b580e182b9
5 changed files with 535 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
import { Range } from "./Range";
import { Stream } from "stream";
export type Content = {
export interface Content {
/**
* Returns a readable stream based on the provided range (optional).
* @param {Range} range The start-end range of stream data.