UNPKG

@stryke/helpers

Version:

A package containing miscellaneous helper functions that are used across many different Storm Software projects.

2 lines (1 loc) 81 B
export declare const filterEmpty: <T>(values?: (T | null | undefined)[]) => T[];