UNPKG
@intlify/eslint-plugin-vue-i18n
Version:
latest (4.1.0)
next (4.0.0-next.2)
4.1.0
4.0.1
4.0.0
4.0.0-next.2
4.0.0-next.1
4.0.0-next.0
3.2.0
3.1.0
3.0.0
3.0.0-next.14
3.0.0-next.13
3.0.0-next.12
3.0.0-next.11
3.0.0-next.10
3.0.0-next.9
3.0.0-next.8
3.0.0-next.7
3.0.0-next.6
3.0.0-next.5
3.0.0-next.4
3.0.0-next.3
3.0.0-next.2
3.0.0-beta.1
2.0.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
0.15.0
0.14.0
0.13.0
0.12.0
0.11.1
0.11.0
0.10.0
0.9.0
0.8.1
0.8.0
0.7.0
0.6.0
0.5.0
0.4.1
0.4.0
ESLint plugin for Vue I18n
github.com/intlify/eslint-plugin-vue-i18n
intlify/eslint-plugin-vue-i18n
@intlify/eslint-plugin-vue-i18n
/
dist
/
utils
/
cache-function.d.ts
3 lines
(2 loc)
•
152 B
TypeScript
View Raw
1
2
3
import
type
{
LoadData
}
from
'./cache-loader'
;
export
declare
function
defineCacheFunction<A
extends
any
[], R>(
fn
:
LoadData
<A, R>):
(
...
args
: A
) =>
R;