ntro 0.3.4

Introspect configuration files and generate typescript type declarations or other useful typescript code.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# comment
# comment
NAME5=value
# @type number
KEY_Value=123 # pair

# @type 'city' | 'townhall'
keys2Da='city'

# @type 'val' | 'value'
NAME = "value"

NEXT_PUBLIC_ENVIRONMENT = 'qa'