Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@dfeidao/fd-am000060

taoqf10MIT4.6.201909101835TypeScript support: included

获取当前页面的key

feidao, 01feidao, dfeidao, atom, 飞道, 控件, ai

readme

获取当前页面的key

Installation

yarn add --dev @dfeidao/fd-am000060

Params

参数 说明 类型
fd 系统参数 IFeidaoAiMobile

Example

import am60 from '@dfeidao/fd-am000060';
import IFeidaoAiMobile from '@dfeidao/fd-am000000';

export default async function a001(fd: IFeidaoAiMobile) {
    const key = am60(fd);
}