MCPcopy Create free account
hub / github.com/bigcommerce/stencil-cli / getPlatformInfo

Method getPlatformInfo

lib/StencilDebug.js:40–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 getPlatformInfo() {
41 return {
42 type: this._os.type(),
43 version: this._os.version(),
44 };
45 }
46
47 getNodeJsVersion() {
48 return process.version;

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected