(mapName: string)
| 3333 | } |
| 3334 | |
| 3335 | export function getMap(mapName: string) { |
| 3336 | const getMap = getImpl('getMap'); |
| 3337 | return getMap && getMap(mapName); |
| 3338 | } |
| 3339 | |
| 3340 | export const registerTransform = registerExternalTransform; |
| 3341 |
nothing calls this directly
no test coverage detected
searching dependent graphs…