UNPKG

graphile-config

Version:

Standard plugin interface and helpers to be used across the Graphile stack.

8 lines 287 B
export declare function sortWithBeforeAfterProvides<TIdKey extends string, TSortable extends { before?: string[]; after?: string[]; provides?: string[]; } & { [id in TIdKey]: string; }>(rawList: TSortable[], idKey: TIdKey): TSortable[]; //# sourceMappingURL=sort.d.ts.map