UNPKG

@promptbook/remote-server

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

14 lines (13 loc) 499 B
import { $Register } from '../../../utils/$Register'; import type { ScraperAndConverterMetadata } from './ScraperAndConverterMetadata'; /** * @@@ * * Note: `$` is used to indicate that this interacts with the global scope * @singleton Only one instance of each register is created per build, but thare can be more @@@ * @public exported from `@promptbook/core` */ export declare const $scrapersMetadataRegister: $Register<ScraperAndConverterMetadata>; /** * TODO: [®] DRY Register logic */