mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 13:54:05 -06:00
5 lines
135 B
TypeScript
5 lines
135 B
TypeScript
export declare type EncodingIndexMap = {
|
|
[x: string]: number[];
|
|
};
|
|
export declare function getEncodingIndexes(): EncodingIndexMap;
|