GIST

Config helpers (sample gist)

#typescript (12)#yaml (3)

Small utility helpers for parsing config in side projects. The tree on the right mirrors nested gist paths.

src/index.tsCopied!4 lines · 53 B
export function main(): void {
console.log('ok')
}
src/util/helpers.tsCopied!2 lines · 31 B
export const VERSION = '1.0.0'