UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

4 lines (3 loc) 157 B
import { File } from "../interface/file"; import { Path } from "../interface/path"; export declare function inferEncoding(filepath: Path): File['encoding'];