Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/s3si/deps.ts>io.Closer

Export your battles from SplatNet to https://stat.ink
Go to Latest
interface io.Closer
Re-export
import { type io } from "https://deno.land/x/s3si@gui-v0.4.16/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.