Type alias PPIsh

PPIsh: PPAble | ASTNode | ASTContext | string | number | boolean | bigint | null | undefined | PPIsh[] | Set<PPIsh> | Map<PPIsh, PPIsh> | Iterable<PPIsh>

Generated using TypeDoc