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
exists

Asynchronously test whether or not the given path exists by checking with the file system.

f
existsSync

Synchronously test whether or not the given path exists by checking with the file system.

Interfaces

I
ExistsOptions

Options for exists and existsSync.

Add Package

deno add jsr:@std/fs

Import symbol

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

---- OR ----

Import directly with a jsr specifier

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