Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@kingjs/func.return-this

kingces952MIT1.0.0

A function that returns this.

readme

@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