blob: d14b61cc5e6d9dcd05105b900ec6243c0f65f65e (
plain) (
blame)
1
2
3
4
5
6
7
8
|
import index from './index.js'
export default index
export const objectify = index.objectify
export const parse = index.parse
export const async = index.async
export const sync = index.sync
|