UNPKG
@larksuiteoapi/lark-mcp
Version:
beta (0.5.1)
latest (0.5.1)
0.5.1
0.5.0
0.4.1
0.4.0
0.4.0-beta.2
0.4.0-beta.1
0.3.1
0.3.0
0.2.1
Feishu/Lark OpenAPI MCP
github.com/larksuite/lark-openapi-mcp
@larksuiteoapi/lark-mcp
/
dist
/
utils
/
noop.js
7 lines
(6 loc)
•
210 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
noop
=
void
0
;
// eslint-disable-next-line @typescript-eslint/no-empty-function
const
noop
= (
) => { };
exports
.
noop
= noop;