Skip to main content
Module

x/abc/deps.ts>Node

A better Deno framework to create web application.
Go to Latest
class Node
import { Node } from "https://deno.land/x/abc@v1.0.0-rc8/deps.ts";

Constructors

new
Node(node?: Partial<Node>)

Properties

children: Map<string, Node>
func: Function | undefined
path: string

Methods

add(path: string, func: Function): void
find(path: string): [Function | undefined, Map<string, string>]