mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-18 14:13:30 +09:00
added type definitions
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// content reading
|
||||
const readingTime = (content: string) => {
|
||||
const readingTime = (content: string): string => {
|
||||
const WPS = 275 / 60;
|
||||
|
||||
let images = 0;
|
||||
|
||||
Reference in New Issue
Block a user