diff options
| author | Fuwn <[email protected]> | 2023-12-17 04:44:04 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-17 04:44:04 -0800 |
| commit | ab4ece4894aabba60a08d1158bab95a936aeadee (patch) | |
| tree | f3f8c1a2209cfaba353c75249bb848b46f29260b /src/lib/Media/Manga/time.ts | |
| parent | refactor(manga): move chapters and volumes (diff) | |
| download | due.moe-ab4ece4894aabba60a08d1158bab95a936aeadee.tar.xz due.moe-ab4ece4894aabba60a08d1158bab95a936aeadee.zip | |
refactor(manga): move time
Diffstat (limited to 'src/lib/Media/Manga/time.ts')
| -rw-r--r-- | src/lib/Media/Manga/time.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Media/Manga/time.ts b/src/lib/Media/Manga/time.ts new file mode 100644 index 00000000..3c32b0f5 --- /dev/null +++ b/src/lib/Media/Manga/time.ts @@ -0,0 +1 @@ +export const estimatedDayReading = (chapters: number) => chapters / 164; |