typescript test

Signed-off-by: Traxus <shyidx@gmail.com>
This commit is contained in:
Traxus 2023-04-21 18:48:30 -04:00
parent cfc0614703
commit 3eaa4db0c8

View File

@ -8,7 +8,7 @@ import path from 'path';
import { promises as fs } from 'fs';
//-----misc helpers
function datocmsDateToIng(date) {
function datocmsDateToIng(date : string) : number {
let dateInt = 0;