1. 首页
  2. 数据库
  3. 其它
  4. nbt_parser:用于Deno的NBT数据解析器 源码

nbt_parser:用于Deno的NBT数据解析器 源码

上传者: 2021-05-02 20:26:42上传 ZIP文件 3.12KB 热度 15次
nbt_parser 用于解析Deno中nbt数据的简单模块。 基于 如何使用 import { parse , simplify } from 'https://raw.githubusercontent.com/mcbobby123/nbt_parser/master/index.ts' ; const data : UInt8Array ; // Some NBT data represented as a UInt8Array const nbt = parse ( data ) ; // To remove type tags use const simpleNbt = simplify ( nbt ) ; 打字 import { Tag , Types , Create , Constant , SimplifiedType } from 'https://raw.gith
下载地址
用户评论