Updated 6 months ago

@stdlib/utils-nary-function • Rank 5.3 • Science 44%

Create a function that invokes a provided function with a specified number of arguments.

Updated 6 months ago

@stdlib/strided-napi-addon-arguments • Rank 4.6 • Science 44%

C API for validating, extracting, and transforming (to native C types) function arguments provided to a strided array N-API add-on interface.

Updated 6 months ago

@stdlib/utils-filter-arguments • Rank 4.4 • Science 44%

Create a function that invokes a provided function according to a predicate function.

Updated 6 months ago

@stdlib/ndarray-base-napi-addon-arguments • Rank 4.0 • Science 44%

C API for validating, extracting, and transforming (to native C types) function arguments provided to an ndarray N-API add-on interface.

Updated 6 months ago

@stdlib/utils-reverse-arguments • Rank 3.3 • Science 44%

Create a function that invokes a provided function with arguments in reverse order.

Updated 6 months ago

@stdlib/process-argv • Rank 3.1 • Science 44%

Array containing command-line arguments passed when launching the calling process.

Updated 6 months ago

@stdlib/utils-map-arguments • Rank 2.8 • Science 44%

Create a function that applies arguments to a provided function after transforming arguments according to a callback function.

Updated 6 months ago

@stdlib/utils-reject-arguments • Rank 2.6 • Science 44%

Create a function that invokes a provided function according to a predicate function.

Updated 6 months ago

@stdlib/utils-mask-arguments • Rank 1.8 • Science 44%

Create a function that invokes a provided function according to an argument mask.

Updated 6 months ago

nuclear • Rank 10.3 • Science 13%

Binding glue for CLI Python applications

Updated 6 months ago

extra-async-function • Science 54%

An async function is a function that delivers its result asynchronously (through Promise).