index.mjs 192 B

12345678
  1. import index from './index.js'
  2. export default index
  3. export const objectify = index.objectify
  4. export const parse = index.parse
  5. export const async = index.async
  6. export const sync = index.sync