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