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