cClass.js 76 Bytes Raw Blame History Permalink 1 2 3 4 5 6 'use strict'; class cClass{ constructor(){} } module.exports = cClass;