Module

Web.File.FileList

Package
purescript-web-file
Repository
purescript-web/purescript-web-file

#FileList Source

data FileList :: Type

#length Source

length :: FileList -> Int

Number of files in the FileList object.

#item Source

item :: Int -> FileList -> Maybe File

Get File at the certain position