UNPKG

alinea

Version:

[![npm](https://img.shields.io/npm/v/alinea.svg)](https://npmjs.org/package/alinea) [![install size](https://packagephobia.com/badge?p=alinea)](https://packagephobia.com/result?p=alinea)

6 lines (5 loc) 384 B
import { Config } from '../Config.js'; import { EntryRow } from '../EntryRow.js'; export declare function createEntryRow<T extends EntryRow>(config: Config, input: Omit<T, 'rowHash' | 'fileHash'>): Promise<T>; export declare function entryParentPaths(config: Config, entry: EntryRow): Array<string>; export declare function publishEntryRow(config: Config, entry: EntryRow): EntryRow;