UNPKG

@bookbox/core

Version:

Bookbox — e-book format

3 lines (2 loc) 201 B
import { BookSchema } from './model'; export declare function calculateCounters(schema: BookSchema, counters?: Map<string, [number, boolean]>, steps?: Map<string, number>, bumped?: Set<string>): void;