ts-morph-structures

Home > ts-morph-structures > PrefixUnaryOperator

PrefixUnaryOperator type

Signature:

export type PrefixUnaryOperator = "..." | "keyof" | "typeof" | "readonly" | "unique";