4a288a7
1
2
3
export const UNINITIALIZED_VALUE = Symbol() export type UninitializedValue = typeof UNINITIALIZED_VALUE