version.js 197 B

12345678
  1. export var versionDocs = {
  2. name: 'version',
  3. category: 'Constants',
  4. syntax: ['version'],
  5. description: 'A string with the version number of math.js',
  6. examples: ['version'],
  7. seealso: []
  8. };