babel-runtime-named-params
Advanced tools
Comparing version 0.9.2 to 0.9.3
@@ -5,3 +5,3 @@ { | ||
"description": "Babel Run-Time for Named Function Parameters", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "author": { |
@@ -20,3 +20,3 @@ | ||
It exports a single trampoline function | ||
`T(ctx: any, fn: Function, pp: any[], np: Object, options?: boolean, caching?: boolean): any` | ||
`T(ctx: any, fn: Function, pp: any[], np: Object, options?: { options?: boolean, caching?: boolean }): any` | ||
which calls `fn` (bound to context object `ctx`) with an argument list | ||
@@ -23,0 +23,0 @@ based on the positional parameters in `pp` and the named parameters in `np`. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74942