Project

General

Profile

1
/** @externs */
2

    
3
/** @record @struct */
4
function PublicTestability() {}
5

    
6
/**
7
 * @return {?}
8
 */
9
PublicTestability.prototype.isStable = function() {};
10

    
11
/**
12
 * @param {?} callback
13
 * @return {?}
14
 */
15
PublicTestability.prototype.whenStable = function(callback) {};
16

    
17
/**
18
 * @param {?} using
19
 * @param {?} provider
20
 * @param {?} exactMatch
21
 * @return {?}
22
 */
23
PublicTestability.prototype.findProviders = function(using, provider, exactMatch) {};
(2-2/2)