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
/
compiler
/
extractIntlKeysFromCode.d.ts
3 lines
•
208 B
TypeScript
View Raw
1
2
3
import
{
ExtractIntlKeysOpts
}
from
'../types'
;
export
declare
const
extractIntlKeysFromCode
:
(
sourceText
:
string
,
opts
:
ExtractIntlKeysOpts
) =>
string
[];
//# sourceMappingURL=extractIntlKeysFromCode.d.ts.map