MCPcopy Index your code
hub / github.com/wendux/fly / spread

Method spread

index.d.ts:68–68  ·  view source on GitHub ↗
(callback: (...args: T[]) => R)

Source from the content-addressed store, hash-verified

66 patch<T = any>(url: string, data?: any, config?: FlyRequestConfig): FlyPromise<T>;
67 all<T>(values: (T | Promise<T>)[]): Promise<T[]>;
68 spread<T, R>(callback: (...args: T[]) => R): (array: T[]) => R;
69
70 lock(): void;
71 unlock(): void;

Callers 1

test.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected