UNPKG

ovm

Version:

OVM is a CLI application for managing Obsidian vaults.

3 lines (2 loc) 208 B
export declare const convertSizeToReadableUnit: (size: number | bigint) => string; export declare const getFileSize: (path: string, concurrency?: number, humanReadable?: boolean) => Promise<bigint | string>;