@ject/oneself
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@ject/oneself", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Util for functions", | ||
@@ -22,4 +22,6 @@ "main": "dist/index.cjs.js", | ||
"keywords": [ | ||
"array", | ||
"vector" | ||
"ject", | ||
"function", | ||
"itself", | ||
"oneself" | ||
], | ||
@@ -32,3 +34,3 @@ "author": "Hoyeung Wong", | ||
"homepage": "https://github.com/hoyeungw/ject#readme", | ||
"gitHead": "adaf96f56fe0e1549e5742816fb34faca21eaf51" | ||
"gitHead": "105a34cec8de5d85a952d531ab62e06fe4265b8c" | ||
} |
@@ -27,8 +27,4 @@ # @ject/oneself | ||
##### Util for array | ||
##### A function that return the sole parameter itself | ||
#### Features | ||
- ES2015 syntax | ||
#### Install | ||
@@ -41,2 +37,5 @@ ```console | ||
```js | ||
import { oneself } from '@ject/oneself' | ||
oneself(128) // 128 | ||
``` | ||
@@ -43,0 +42,0 @@ |
3510
43