Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/harmony/deps.ts

An easy to use Discord API Library for Deno.
Go to Latest
import * as harmony from "https://deno.land/x/harmony@v2.6.0/deps.ts";

Functions

Decodes src into src.length / 2 bytes. If the input is malformed, an error will be thrown.

Walks the file tree rooted at root, yielding each file or directory in the tree filtered according to the given options. The files are walked in lexical order, which makes the output deterministic but means that for very large directories walk() can be inefficient.