UNPKG

unity-find-fault

Version:

A tool to find fault in unity project.

6 lines (5 loc) 221 B
import { CmdOption } from "../typings/index.js"; import { Relatives } from "./Relatives.js"; export declare class GenerateStriper { removeUseless(option: CmdOption, ext: string | null, r: Relatives): Promise<void>; }