UNPKG

resumed

Version:

Lightweight JSON Resume builder, no-frills alternative to resume-cli

6 lines (5 loc) 177 B
type Theme<T> = { render: (resume: object) => T | Promise<T>; }; export declare const render: (resume: object, theme: Theme<string>) => string | Promise<string>; export {};