MCPcopy Create free account
hub / github.com/6pac/SlickGrid / pipe

Method pipe

src/models/customTooltipOption.interface.ts:6–6  ·  view source on GitHub ↗
(...fns: Array<any>)

Source from the content-addressed store, hash-verified

4export interface Observable<T = any> {
5 subscribe(next?: (value: T) => void, error?: (error: any) => void, complete?: () => void): any;
6 pipe(...fns: Array<any>): any;
7}
8export interface Subject<T = any> extends Observable<T> {
9 complete(): any;

Callers 1

spawnStreamingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected