EnvEntry typedef

EnvEntry = ({String content, String name})

Implementation

typedef EnvEntry = ({String name, String content});