Repository URL to install this package:
|
Version:
0.2.3 ▾
|
import { IFlatKey } from './flatKey';
export declare type ISingletonProp<I extends string, T> = {
[K in IFlatKey<I>]: T;
};