UNPKG

@aws-amplify/core

Version:

Core category of aws-amplify

3 lines (2 loc) 127 B
import { ItemToAdd } from './types'; export declare const getAddItemBytesSize: ({ content, timestamp, }: ItemToAdd) => number;