UNPKG
@bennetgallein/mande
Version:
latest (3.0.0-rc7)
3.0.0-rc7
3.0.0-rc6
3.0.0-rc5
3.0.0-rc4
3.0.0-rc3
3.0.0-rc2
3.0.0-rc1
Some awesome description
github.com/posva/mande
posva/mande
@bennetgallein/mande
/
nuxt
/
index.d.ts
11 lines
(9 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
'@nuxt/types'
declare
module
'@nuxt/types'
{
interface
Context
{
mande
: <F
extends
(...
args
:
any
[]) =>
any
>
(
fn
: F, ...
args
:
Parameters
<F>
) =>
ReturnType
<F> } }