UNPKG

@fanoutio/grip

Version:
6 lines 172 B
import { type IFormatExport } from './IFormatExport.js'; export interface IFormat { name(): string; export(): IFormatExport; } //# sourceMappingURL=IFormat.d.ts.map