Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/s3si/deps.ts>io.Closer

Export your battles from SplatNet to https://stat.ink
Latest
interface io.Closer
Re-export
import { type io } from "https://deno.land/x/s3si@gui-v0.4.20/deps.ts";
const { Closer } = io;

An abstract interface which when implemented provides an interface to close files/resources that were previously opened.

Methods

close(): void

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