Wonder-Technology/Wonder-Editor

View on GitHub
lib/es6_global/src/Copyright.js

Summary

Maintainability
A
0 mins
Test Coverage



function getVersion(param) {
  return "1.0.2";
}

function getAuthor(param) {
  return "Wonder";
}

function getWPKVersion(versionStr) {
  return 1;
}

export {
  getVersion ,
  getAuthor ,
  getWPKVersion ,
  
}
/* No side effect */