Helper to extrat the code of the function:
function func(betterMakeSure, itWorksWith, longVariables = 'too') {}const r = extractArgumentsPartFromFunction(func);// => r = (betterMakeSure,itWorksWith,longVariables='too')
Generated using TypeDoc
Helper to extrat the code of the function:
Example
Returns