UNPKG

139 BTypeScriptView Raw
1declare const OPS: {
2 [key: string]: number;
3};
4declare const REVERSE_OPS: {
5 [key: number]: string;
6};
7export { OPS, REVERSE_OPS };