UNPKG

ut2

Version:

一个现代 JavaScript 实用工具库。[点击查看在线文档]。

8 lines (5 loc) 90 B
'use strict'; function identity(value) { return value; } module.exports = identity;