| 3 | // @require core/variables.ts |
| 4 | |
| 5 | interface CashStatic { |
| 6 | getScript ( url: string, success?: Function ): void; |
| 7 | } |
| 8 | |
| 9 | cash.getScript = function ( url: string, success?: Function ): void { |
| 10 |
nothing calls this directly
no outgoing calls
no test coverage detected