UNPKG
io.parrots
Version:
latest (0.0.2)
0.0.2
0.0.1
Parrots.io App
io.parrots
/
lib
/
test.d.ts
4 lines
(3 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
import
{
InjectionToken
}
from
'@angular/core'
;
export
declare
const
TEST_MODE
:
InjectionToken
<
boolean
>;
export
declare
const
TEST_DATA
:
InjectionToken
<
any
>;