add Node.Is* predicates to comfortably check node type

This commit is contained in:
2026-08-23 22:17:41 +02:00
parent 6d9763a0a9
commit 5a3872c23c
2 changed files with 26 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ import (
)
const (
VERSION = "v2.1.0"
VERSION = "v2.1.1"
IpcHeaderSize = 14
IpcMagix = "i3-ipc"