Function: evil-type-p
evil-type-p is a byte-compiled function defined in evil-common.el.
Signature
(evil-type-p SYM)
Documentation
Whether SYM is the name of a type.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-common.el
(defun evil-type-p (sym)
"Whether SYM is the name of a type."
(assq sym evil-type-properties))