davidmarkclements / rfdc

Really Fast Deep Clone
MIT License
635 stars 24 forks source link

Doesn't work at all #37

Closed scott-cornwell closed 6 months ago

scott-cornwell commented 7 months ago

Tried to do something like this:

import clone from 'rfdc'

const obj = { test: 1234 }
clone(obj)

Just get this: TypeError: clone is not a function

scott-cornwell commented 7 months ago

sorry false alarm