in scripts/sync-docs.js [208:213]
async function isFileExisted(p) { return fs .stat(p) .then((v) => v.isFile()) .catch(() => false); }