Skip to content

Better nullable handling in TypeScript

Notifications You must be signed in to change notification settings

guimauvedigital/better-nullable

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

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  
  •  

Packages

No packages published

Contributors 2

  •  
  •