reflect-provided
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Reflect provided Travis CI Build Status

Reflect the provided arguments.

NPM Badge

Install

npm install reflect-provided

Usage

const reflectProvided = require("reflect-provided");

reflectProvided("Hello World!");
//=> "Hello World!"

reflectProvided("Hello World!", "A second argument");
//=> ["Hello World!", "A second argument"]

API

reflectProvided(...args)

spread args

Type: any

The arguments to reflect.

Readme

Keywords

Package Sidebar

Install

npm i reflect-provided

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

3.14 kB

Total Files

6

Last publish

Collaborators

  • richienb