UNPKG

162 BJavaScriptView Raw
1import { withMetadata } from '../min/metadata'
2
3import _format from '../es6/format'
4
5export function format() {
6 return withMetadata(_format, arguments)
7}