jscpd
jscpd copied to clipboard
Does jscpd support synchronization methods ?
Due to some unavoidable reasons, I am unable to use async and await
However, jscpd only has asynchronous methods and requires the use of async or await to obtain results
so ,could we suppry a synchronization methods withoud async / await
such as
const data = jscpd.xxx(path)