routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
Generated
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import { TSESTree } from '@typescript-eslint/types'
|
||||
/**
|
||||
* Returns if a node is on a single line.
|
||||
*
|
||||
* @param node - The node to check.
|
||||
* @returns True if the node is on a single line, false otherwise.
|
||||
*/
|
||||
export declare function isNodeOnSingleLine(node: TSESTree.Node): boolean
|
||||
Reference in New Issue
Block a user