UNPKG

staticsitegenerators

Version:

A comprehensive, partially automatically generated comparison of static site generators with some minimal meta data about them

12 lines 543 B
import type { RawEntry, HydratedEntry } from './types.js'; /** * Get the hydrated list of static site generators with enhanced metadata from GitHub API. * @returns Array of hydrated entries with additional metadata like stars, forks, watchers */ export declare function getHydrated(): HydratedEntry[]; /** * Get the raw list of static site generators without additional GitHub metadata. * @returns Array of raw entries as originally defined in the data */ export declare function getRaw(): RawEntry[]; //# sourceMappingURL=index.d.ts.map