Skip to main content

@std/fs@1.0.9
Built and signed on GitHub Actions

Helpers for working with the file system

This package works with Deno
This package works with Deno
JSR Score
94%
Published
a week ago (1.0.9)

Functions

f
walk

Recursively walks through a directory and yields information about each file and directory encountered.

f
walkSync

Recursively walks through a directory and yields information about each file and directory encountered.

Interfaces

Add Package

deno add jsr:@std/fs

Import symbol

import * as mod from "@std/fs/walk";

---- OR ----

Import directly with a jsr specifier

import * as mod from "jsr:@std/fs/walk";