UNPKG

atikin-utils

Version:

A blazing fast, modular utility library with 100+ modern JavaScript/TypeScript helpers.

4 lines 101 B
export function intersection(input: any): any { // Example logic for intersection return input; }