Angelmaneuver/unit-converter

View on GitHub
src/includes/utils/base/type.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type Nullable<T> = T | null | undefined;