@oazmi/build-tools - v0.2.7
    Preparing search index...

    Interface LeftoverArtifacts

    any artifacts created by a process in this package, can be cleaned up (deleted) later on by calling the cleanup function.

    interface LeftoverArtifacts {
        cleanup: () => Promise<void>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    cleanup: () => Promise<void>