ktongue's picture
download
raw
301 Bytes
/**
* Safe chained function.
*
* Will only create a new function if needed,
* otherwise will pass back existing functions or null.
*/
export default function createChainedFunction<Args extends any[], This>(...funcs: Array<(this: This, ...args: Args) => any>): (this: This, ...args: Args) => void;

Xet Storage Details

Size:
301 Bytes
·
Xet hash:
bf42942c517ec23cb00a12c967d44550a26174a3b51e259caf18b280ef60c38e

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.