UNPKG

postgraphile-plugin-connection-filter

Version:
2 lines (1 loc) 153 B
export declare function EXPORTABLE<T, TScope extends readonly any[]>(factory: (...args: TScope) => T, args: readonly [...TScope], nameHint?: string): T;