Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace crawfishTypes

Index

Type aliases

Dict

Dict<T>: {}

Type parameters

  • T

Type declaration

  • [key: string]: T

FullS3Object

FullS3Object: Object & GetObjectOutput & { Bucket: string }

S3Item

S3Item: FullS3Object & { Body: S3NodeBody }

S3NodeBody

S3NodeBody: Buffer | string | Readable

UsingFunc

UsingFunc<T>: (s3Item: S3Item, i: number) => Promise<T>

Type parameters

  • T

Type declaration

    • (s3Item: S3Item, i: number): Promise<T>
    • Parameters

      Returns Promise<T>

VfileWithBucket

VfileWithBucket: VFile & { Bucket: string }

Vinyl

Vinyl: vinyl

VinylWithBucket

VinylWithBucket: Vinyl & { Bucket: string }

Generated using TypeDoc