Home
last modified time | relevance | path

Searched refs:asTuple (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-file-system/ios/
H A DFileSystemRecords.swift28 func asTuple() throws -> (URL, URL) { in asTuple() function
H A DFileSystemModule.swift84 let (fromUrl, toUrl) = try options.asTuple() in definition()
100 let (fromUrl, toUrl) = try options.asTuple() in definition()