10 lines
142 B
JavaScript

'use strict'
import { createFormat } from './format'
import { createPrint } from './print'
export default [
createFormat,
createPrint
]