Repository URL to install this package:
|
Version:
1.3.2 ▾
|
import { Dictionary, ArrayAsEnum } from '../typings'
const map: Dictionary<ArrayAsEnum<['two', 'three']>> = {
two: 1,
}
map.three