4.6.201909191742 • Published 5 years ago

@dfeidao/fd-am000039 v4.6.201909191742

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

读取文件

Installation

yarn add --dev @dfeidao/fd-am000039

Require

该原子操作需要文件读写权限

Example

import am039 from '@dfeidao/fd-am000039'

export default async function a001(fd: IFeidaoAiMobile) {
	const res1 = await am039('file://xxxxx', 'utf-8');
	// or
	const res2 = await am039('file://xxxxx', 'base64');
}