mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
6 lines
80 B
JavaScript
6 lines
80 B
JavaScript
'use strict';
|
|
module.exports = [
|
|
require('./format'),
|
|
require('./print')
|
|
];
|