UNPKG
@royli/hygen
Version:
latest (6.2.0)
6.2.0
5.0.4
The scalable code generator that saves you time.
github.com/jondot/hygen
jondot/hygen
@royli/hygen
/
dist
/
ops
/
echo.d.ts
10 lines
•
264 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
ActionResult
}
from
'../types'
;
declare
const
echo
:
(
{ attributes: { echo } }: { attributes: { echo:
any
; }; },
_args
:
any
, { logger }: { logger:
any
; }
) =>
Promise
<
ActionResult
>;
export
default
echo;
//# sourceMappingURL=echo.d.ts.map