mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-05-21 01:47:35 +08:00
3 lines
109 B
TypeScript
3 lines
109 B
TypeScript
import { SourceData } from "@aws-sdk/types";
|
|
export declare function isEmptyData(data: SourceData): boolean;
|