jscpd icon indicating copy to clipboard operation
jscpd copied to clipboard

Does jscpd support synchronization methods ?

Open yangliguo7 opened this issue 1 year ago • 0 comments

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)

yangliguo7 avatar Feb 07 '24 03:02 yangliguo7