Home
last modified time | relevance | path

Searched refs:storeAsProperties (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/fixtures/postject-copy/node_modules/commander/typings/
Dindex.d.ts584 storeOptionsAsProperties<T extends OptionValues>(storeAsProperties: true): this & T;
585 storeOptionsAsProperties(storeAsProperties?: boolean): this;
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
Dcommand.js752 storeOptionsAsProperties(storeAsProperties = true) { argument
753 this._storeOptionsAsProperties = !!storeAsProperties;