Skip to content

0xWOF/tyen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tyen

environment manager for typescript

example

import { Environment } from 'tyen'

const environment = Environment(import('./environment.ts'), {
    token: 'string',
    timeout: 'number',
})

const token = environment.token

feature

  • check file exist
  • check schema is match
  • environment is typed by schema
  • autocomplete is supported

About

environment manager for typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published