UNPKG

ts-import

Version:

Import (compile and cache on the fly) TypeScript files dynamically with ease.

3 lines (2 loc) 112 B
import * as fs from 'node:fs'; export declare const isFileNewer: (file1: fs.Stats, file2: fs.Stats) => boolean;