1.0.0 • Published 6 years ago

@kingjs/func.return-this v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

@kingjs/func.return-this

A function that returns this.

Usage

Return this like this:

var returnThis = require('@kingjs/func.return-this');

returnThis.call('Hello World!');

result:

'Hello World!'

API

declare function returnThis(
  this: any
): any

Parameters

  • this: Any value.

Returns

Returns this.

Remarks

If this is a primitive value, then returnThis will return a boxed version of the primitive value.

Install

With npm installed, run

$ npm install @kingjs/func.return-this

License

MIT

Analytics