Jensen-holm's picture
added baseline stuff for making this a flask app with tailwind
a63e09b
raw
history blame
190 Bytes
/// <reference types="node" />
import * as fs from 'fs';
import { Dirent } from '@nodelib/fs.walk';
export declare function createDirentFromStats(name: string, stats: fs.Stats): Dirent;