1.0.0 • Published 7 years ago
@kingjs/func.return-this v1.0.0
@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
): anyParameters
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-thisLicense
MIT
1.0.0
7 years ago