MCPcopy
hub / github.com/tomdionysus/foaas / initClass

Method initClass

lib/foaas.js:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23module.exports = (FOAAS = (function () {
24 FOAAS = class FOAAS {
25 static initClass () {
26 this.prototype.VERSION = npmPackage.version
27 }
28
29 constructor (options) {
30 // Internal State.

Callers 1

foaas.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected