diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-02 09:15:09 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-02 09:15:09 +0200 |
| commit | 5cb003e51b7388a6acc50b8fd9acb0c69c119eb4 (patch) | |
| tree | da07bfcdcf8bd1baf29cdf4d6d080614692b7385 /src/sources/ISource.ts | |
| parent | 567a0f7a2f248cd25b8a5e0e357f9b10c16a9036 (diff) | |
| download | splus-5cb003e51b7388a6acc50b8fd9acb0c69c119eb4.tar.gz splus-5cb003e51b7388a6acc50b8fd9acb0c69c119eb4.zip | |
rm ISource & FileSource, combine request & parsing, split filter from parser
Diffstat (limited to 'src/sources/ISource.ts')
| -rw-r--r-- | src/sources/ISource.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sources/ISource.ts b/src/sources/ISource.ts deleted file mode 100644 index 3605260..0000000 --- a/src/sources/ISource.ts +++ /dev/null @@ -1,3 +0,0 @@ -export interface ISource { - getData(weekOfYear: number): PromiseLike<string>; -} |
