1, export declare type Dict<V> = {. 2, [key: string]: V;. 3, };. 4, export declare function createDict<V>(): Dict<V>;.
確定! 回上一頁