2024-01-10 08:57:23 +08:00

3 lines
72 B
TypeScript

declare const isEmpty: (input: any) => boolean;
export default isEmpty;