ts-morph-structures

Home > ts-morph-structures > ClassFieldStatementsMap > keys

ClassFieldStatementsMap.keys() method

Yield the key sets of the collection.

Signature:

keys(): IterableIterator<[string, string]>;

Returns:

IterableIterator<[string, string]>