HumanBreak/docs/api/motajs-client/index.md
2025-08-22 16:45:47 +08:00

238 B

@motajs/client

@motajs/client 包含多个模块:

示例:

import { KeyCode } from '@motajs/client';

// 等价于
const { KeyCode } = Mota.require('@motajs/client');