add Node.Is* predicates to comfortably check node type (#4)

This commit is contained in:
T. von Dein
2026-08-23 22:22:35 +02:00
parent 6d9763a0a9
commit a25e81d3e0
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"