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