UNPKG

atikin-utils

Version:

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

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