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