![]() tNormalizedNullOrUndefined: io-ts type that accepts null and undefined and normalizes both to undefined tNormalizedNullOptional: io-ts type that accepts the specified type or null/undefined. if null/undefined, the value is normalized to undefined. this allows creating optional config options that can be "removed" by setting their value to null. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
api.env.example | ||
bot.env.example | ||
ormconfig.js | ||
package-lock.json | ||
package.json | ||
register-tsconfig-paths.js | ||
start-dev.js | ||
tsconfig.json |