(type)
| 108885 | }); |
| 108886 | const transforms = {}; |
| 108887 | function definition(type) { |
| 108888 | const t = transform(type); |
| 108889 | return t && t.Definition || null; |
| 108890 | } |
| 108891 | function transform(type) { |
| 108892 | type = type && type.toLowerCase(); |
| 108893 | return (0, _vegaUtil.hasOwnProperty)(transforms, type) ? transforms[type] : null; |