Skip to main content
Module

x/typestruct/utils.ts>mergeIssuePaths

Composable and checkable JavaScript (and TypeScript) data structure
Latest
function mergeIssuePaths
import { mergeIssuePaths } from "https://deno.land/x/typestruct@1.0.0-beta.5/utils.ts";

Utility for merging issue paths.

Parameters

issues: Iterable<PartialBy<Issue, "paths">>
paths: Iterable<string>

Returns

Iterable<Issue>