Code coverage report for
src/util/noop.ts
Statements:
100%
(2 / 2)
Branches:
100%
(0 / 0)
Functions:
100%
(1 / 1)
Lines:
100%
(1 / 1)
Ignored:
none
All files
»
src/util/
» noop.ts
1 2 3
1
/* tslint:disable:no-empty */ export function noop() { }