UNPKG
babel-plugin-react-native-testid
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.1
0.1.0
babel plugin for react native testid attributes
babel-plugin-react-native-testid
/
src
/
global.d.ts
10 lines
(8 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
module
'babel-plugin-tester'
{
function
tester
(
args
:
unknown
):
unknown
export
= tester }
declare
module
'babel-log'
{
function
log
(
args
:
unknown
):
unknown
export
= log }