mirror of
https://github.com/tauri-apps/typedocusaurus.git
synced 2026-02-04 02:31:22 +01:00
13 lines
221 B
JavaScript
13 lines
221 B
JavaScript
|
|
|
|
const transformDocs = async (folderPath, originPath, targetPath) => {
|
|
|
|
await transform(contents, crateName);
|
|
await save(results, originPath, targetPath);
|
|
|
|
return results;
|
|
};
|
|
|
|
module.exports = {
|
|
transformDocs,
|
|
}; |