(error)
| 164 | } |
| 165 | |
| 166 | export function logError(error) { |
| 167 | console.warn(`[Painterro] ${error}`); |
| 168 | } |
| 169 | |
| 170 | export function checkIn(what, where) { |
| 171 | return where.indexOf(what) !== -1; |
no outgoing calls
no test coverage detected
searching dependent graphs…