mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-19 16:12:14 +11:00
7 lines
162 B
JavaScript
7 lines
162 B
JavaScript
import { withMetadata } from '../min/metadata'
|
|
|
|
import _format from '../es6/format'
|
|
|
|
export function format() {
|
|
return withMetadata(_format, arguments)
|
|
}
|