kibana/packages/kbn-config-schema
Patrick Mueller 28622bb344
Adds config-schema nullable composite type (#41728) (#42691)
The `nullable` type is very similar to the `maybe` type, except that
it validates nulls and undefined values to null, instead of undefined.
Eg,

    maybe(T): T | undefined
    nullable(T): T | null
2019-08-06 14:41:07 -04:00
..
src Adds config-schema nullable composite type (#41728) (#42691) 2019-08-06 14:41:07 -04:00
types
package.json [7.x] [ts] upgrade to 3.5.3 (#40228) (#40795) 2019-07-10 15:22:35 -07:00
tsconfig.json