identity-function

module.exports = function (x) { return x }

public domain 1 个版本
安装
npm install identity-function
yarn add identity-function
pnpm add identity-function
bun add identity-function
README

identity-function

Here is the complete source code of this module:

module.exports = function (x) { return x }

license

public domain

版本列表
1.0.0 2015-12-01