@cool-utils/call-n-call
v1.0.0
Published
Calls two times a function, only applies to functions that return functions.
Readme
@cool-utils/call-n-call
Calls two times a function, only applies to functions that return functions
import callncall from "@cool-utils/call-n-call"
import wordwrap from "wordwrap"
console.log(callncall(wordwrap, [{
start: 0,
stop: 3
}], ["Hello!"]))