is-empty-function
Check that given string, function or arrow function have empty body, using `parse-function`.
file-type
Detect the file type of a file, stream, or data
is-callable
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
fn-args
Get the arguments of a function, arrow function, generator function, async function