5 lines
68 B
TypeScript
5 lines
68 B
TypeScript
export declare enum BlockMode {
|
|
OUTPUT = 0,
|
|
STORE = 1
|
|
}
|