File size: 192 Bytes
bc20498 |
1 2 3 4 5 6 7 8 9 |
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
|