Home > ts-morph-structures > ClassFieldStatementsMap > keys
Yield the key sets of the collection.
Signature:
keys(): IterableIterator<[string, string]>;
Returns:
IterableIterator<[string, string]>