Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EnchantmentInstance

interface EnchantmentInstance {
level: number;
type: number;
name(): string;
toString(): string;
}

§Properties

§
level: number
[src]
§
type: number
[src]

§Methods

§
name(): string
[src]
§
toString(): string
[src]