download
raw
302 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:
302 Bytes
·
Xet hash:
4ec5c1e8a16807a85a8f19a499a3cbcefdddf5bb84a637cf3a10e45120331d2e

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