UNPKG
@ahsm/noop
Version:
latest (1.0.0)
1.0.0
Provides a function that does nothing.
@ahsm/noop
/
package.json
17 lines
(16 loc)
•
299 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name"
:
"
@ahsm
/noop"
,
"version"
:
"1.0.0"
,
"author"
:
"Anton Hallström"
,
"description"
:
"Provides a function that does nothing."
,
"license"
:
"MIT"
,
"repository"
:
"noop"
,
"main"
:
"index.js"
,
"keywords"
: [
"npm"
,
"package"
,
"noop"
,
"no operation"
,
"nothing"
] }