pokemon:获取神奇宝贝的名字

时间:2024-06-14 21:12:03
【文件属性】:

文件名称:pokemon:获取神奇宝贝的名字

文件大小:498KB

文件格式:ZIP

更新时间:2024-06-14 21:12:03

JavaScript

宠物小精灵 获取名字 名称列表只是一个,可以在任何地方使用。 安装 $ npm install pokemon 用法 const pokemon = require ( 'pokemon' ) ; pokemon . all ( ) ; //=> ['Bulbasaur', …] pokemon . random ( ) ; //=> 'Snorlax' pokemon . getName ( 147 ) ; //=> 'Dratini' pokemon . getId ( 'Dratini' ) ; //=> 147 原料药 .all(语言?) 将所有神奇宝贝名称获取为string[] 。 语 类型: string 默认值: 'en' 用于检索“神奇宝贝”的列表。 pokemon . all ( ) ; //=> ['Bulbasaur', …] pokemon . all


【文件预览】:
pokemon-main
----index.test-d.ts(601B)
----.gitattributes(19B)
----.github()
--------workflows()
----header.jpg(455KB)
----test.js(3KB)
----license(1KB)
----index.d.ts(2KB)
----data()
--------zh-hans.json(12KB)
--------zh-hant.json(12KB)
--------fr.json(10KB)
--------ko.json(12KB)
--------de.json(10KB)
--------ja.json(15KB)
--------ru.json(15KB)
--------en.json(10KB)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(23B)
----index.js(2KB)
----readme.md(3KB)
----package.json(753B)

网友评论