Skip to main content
Module

x/my_dummy_npm_and_deno_module/mod.ts>Cat

Example/tutorial on how to setup denoify
Go to Latest
class Cat
implements [interfaces.Cat]
extends EventEmitter
import { Cat } from "https://deno.land/x/my_dummy_npm_and_deno_module@v1.0.0/mod.ts";

Properties

color: "BLACK"
gender: "FEMALE"
size: "SMALL"
spell
spell2
type: "CAT"

Methods

pathJoin(...args: string[]): string
testHash(type: "sha256" | "sha3" | "md5")
testLeftPadWith10(str: string): string
interface Cat
import { type Cat } from "https://deno.land/x/my_dummy_npm_and_deno_module@v1.0.0/mod.ts";

Properties

type: "CAT"
color: import("../types/index.ts").Color
gender: Gender
size: Size