4 lines
149 B
TypeScript
4 lines
149 B
TypeScript
import {StreamParser} from "@codemirror/language"
|
|
export declare const gas: StreamParser<unknown>
|
|
export declare const gasArm: StreamParser<unknown>
|