Module

Web.File.FileList

#FileList

data FileList :: Type

#length

length :: FileList -> Int

Number of files in the FileList object.

#item

item :: Int -> FileList -> Maybe File

Get File at the certain position

#items

items :: forall t. Unfoldable t => FileList -> t File

Modules