Skip to main content

@std/io@0.225.0

UNSTABLE: The utilities for advanced I/O operations using Reader and Writer interfaces.

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
88%
Published
2 months ago (0.225.0)
method Closer.close
Closer.close(): void

Closes the resource, "freeing" the backing file/resource.

Return Type

void

Add Package

deno add jsr:@std/io

Import symbol

import { type Closer } from "@std/io/types";

---- OR ----

Import directly with a jsr specifier

import { type Closer } from "jsr:@std/io/types";

Add Package

npx jsr add @std/io

Import symbol

import { type Closer } from "@std/io/types";

Add Package

yarn dlx jsr add @std/io

Import symbol

import { type Closer } from "@std/io/types";

Add Package

pnpm dlx jsr add @std/io

Import symbol

import { type Closer } from "@std/io/types";

Add Package

bunx jsr add @std/io

Import symbol

import { type Closer } from "@std/io/types";