Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 605 Bytes

File metadata and controls

23 lines (16 loc) · 605 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > EnvironmentMap > names

EnvironmentMap.names() method

Returns the map keys, which are environment variable names.

Signature:

names(): IterableIterator<string>;

Returns:

IterableIterator<string>