UNPKG

comicgeeks

Version:

A NodeJS module to get data from League of Comic Geeks

5 lines (4 loc) 208 B
import type { Comic } from './interfaces'; declare type Sorter = 'Alpha' | 'Community' | 'PotW' | 'Price'; declare const _default: Record<Sorter, (a: Comic, b: Comic) => number>; export default _default;