| 14 | ==============================================================================*/ |
| 15 | |
| 16 | interface Math { |
| 17 | seedrandom: (seed: string) => void; |
| 18 | } |
| 19 | |
| 20 | declare let ga: any; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…