interface OriginKindArgs {
    keepNonFunctionCalls?: boolean;
    matchType?: "every" | "some";
    origin: RegExp | BuiltInProcName;
}

Properties

keepNonFunctionCalls?: boolean
matchType?: "every" | "some"
origin: RegExp | BuiltInProcName