Trails Packages
    Preparing search index...

    Interface Resource

    An object that has some cleanup code associated with it.

    interface Resource {
        destroy(): void;
    }
    Index

    Methods

    Methods

    • A function that releases any state held by the resource.

      Returns void