4.6.201910161646 • Published 5 years ago

@dfeidao/fd-am000074 v4.6.201910161646

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

清理tmp缓存

Installation

yarn add --dev @dfeidao/fd-am000074

Params

参数说明
path要清理的tmp文件路径

Example

import am74 from '@dfeidao/fd-am000074';
import IFeidaoAiMobile from '@dfeidao/fd-am000000';

export default async function a001(fd: IFeidaoAiMobile) {
	const path ='';		// 一般为拍完照之后的路径
	am74(path);
}