mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-17 13:54:09 +00:00
typescript test
Signed-off-by: Traxus <shyidx@gmail.com>
This commit is contained in:
parent
cfc0614703
commit
3eaa4db0c8
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user