4.6.201910161626 • Published 5 years ago

@dfeidao/fd-am000071 v4.6.201910161626

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

storage获取指定key的值

Installation

yarn add --dev @dfeidao/fd-am000071

Params

参数说明
key要获取缓存的key

Example

import am71 from '@dfeidao/fd-am000071';
import IFeidaoAiMobile from '@dfeidao/fd-am000000';

export default async function a001(fd: IFeidaoAiMobile) {
	const value = am71('mykey');
}