@lucid-softworks/partial
v0.1.0
Published
Bind leading function arguments with tuple-safe types.
Maintainers
Readme
@lucid-softworks/partial
Bind a function's leading argument tuple and retain precise types for the remaining arguments.
import { partial } from "@lucid-softworks/partial";
const logInfo = partial(log, "info");