UNPKG

@bitblit/ratchet-aws

Version:

Common tools for use with AWS browser and node

4 lines (3 loc) 81 B
export interface UsedImageFinder { findUsedImageUris(): Promise<string[]>; }