Files
algorithms/lib/intersectionSortedArray/index.ts
T

4 lines
110 B
TypeScript

import { intersectionSortedArray } from "./intersectionSortedArray";
export default intersectionSortedArray;