mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
10 lines
142 B
JavaScript
10 lines
142 B
JavaScript
'use strict'
|
|
|
|
import { createFormat } from './format'
|
|
import { createPrint } from './print'
|
|
|
|
export default [
|
|
createFormat,
|
|
createPrint
|
|
]
|