UNPKG
@ts-intl/dependency
Version:
latest (2.0.1)
2.0.1
2.0.0
1.2.0
1.1.0
1.0.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
0.0.0
I18n keys dependency analysis
github.com/ts-intl/ts-intl
ts-intl/ts-intl
@ts-intl/dependency
/
dist
/
cjs
/
actions
/
newFileAction.d.ts
3 lines
•
142 B
TypeScript
View Raw
1
2
3
import
{
IAction
,
NewFile
}
from
'../types'
;
export
declare
const
newFileAction
:
IAction
<
NewFile
>;
//# sourceMappingURL=newFileAction.d.ts.map