UNPKG

estilo

Version:

Create color schemes for Vim, NeoVim, Airline and Lightline

9 lines 430 B
import { Eta as EtaCore } from "./core.js"; import { readFile, resolvePath } from "./file-handling.js"; export { EtaError, EtaFileResolutionError, EtaNameResolutionError, EtaParseError, EtaRuntimeError, } from "./err.js"; export { type EtaConfig, type Options } from "./config.js"; export declare class Eta extends EtaCore { readFile: typeof readFile; resolvePath: typeof resolvePath; } //# sourceMappingURL=index.d.ts.map