routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
import type { Token } from '../parse/cst';
|
||||
import type { ComposeErrorHandler } from './composer';
|
||||
export declare function flowIndentCheck(indent: number, fc: Token | null | undefined, onError: ComposeErrorHandler): void;
|
||||
Reference in New Issue
Block a user