Buckets:

imerfanrajabee's picture
download
raw
203 Bytes
/**
* Returns true if the object is a function.
* @param value The value to check
*/
export function isFunction(value: any): value is (...args: any[]) => any {
return typeof value === 'function';
}

Xet Storage Details

Size:
203 Bytes
·
Xet hash:
898e6b2737c8a99045b3e1f685b60e72e9ed6ece1e155207dc220ff355a2ec10

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