UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

4 lines (3 loc) 109 B
export interface Validation<Args extends Array<unknown> = []> { validate(...args: Args): Error | null; }