(func, options)
| 3247 | }; |
| 3248 | } |
| 3249 | function deprecate(func, options) { |
| 3250 | var deprecation = createDeprecation(getFunctionName(func), options); |
| 3251 | return wrapFunction(deprecation, func); |
| 3252 | } |
| 3253 | Debug.deprecate = deprecate; |
| 3254 | })(Debug = ts.Debug || (ts.Debug = {})); |
| 3255 | })(ts || (ts = {})); |
nothing calls this directly
no test coverage detected