trydofor / professional-razor

Use front-end tech (Vue/Css/Ts) to build multi-platform from one codebase, suitable for small team and app to write logic once, run anywhere.
Apache License 2.0
1 stars 0 forks source link

Maybe<T> is null | undefined | T #102

Open trydofor opened 1 day ago

trydofor commented 1 day ago
{
  "compilerOptions": {
    "strictNullChecks": false
  }
}

is not good, and undefined | null | T is noise

trydofor commented 10 hours ago

NonNullable