Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/archive/_common.ts>FileTypes

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
enum FileTypes
import { FileTypes } from "https://deno.land/std@0.168.0/archive/_common.ts";

Members

block-device = 4
character-device = 3
contiguous-file = 7
directory = 5
fifo = 6
file = 0