UNPKG
blue-harvest
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
protractor helpers
github.com/angular-seattle/blue-harvest
angular-seattle/blue-harvest
blue-harvest
/
dist
/
action_helpers
/
logger.d.ts
5 lines
(4 loc)
•
102 B
TypeScript
View Raw
1
2
3
4
5
/** * Add a timestamped log to the test output. */
export
declare
function
log
(
text:
string
):
void
;