Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

better-nullable

Just a simple library to make working with nullable values a bit easier.

interface Item {
    value: Nullable<string>; // Can be null or undefined
}

About

Better nullable handling in TypeScript

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages