Liking cljdoc? Tell your friends :D

grafeo.multipart


expand-file-pathclj/s

(expand-file-path path)
source

expand-file-pathsclj/s

(expand-file-paths file-paths)
source

Filecljs

source

fileclj/s

(file path)
source

file-partsclj/s

(file-parts files)

Returns the file parts for files.

Returns the file parts for `files`. 
sourceraw docstring

file-pathsclj/s

(file-paths m)
source

file-refclj/s

(file-ref path)
source

file?clj/s

(file? path)
source

filesclj/s

(files {:keys [variables] :as opts})
source

files?clj/s

(files? paths)
source

map-partclj/s

(map-part files)

Returns the map part for files.

Returns the map part for `files`. 
sourceraw docstring

multipartclj/s

(multipart ast & [{:keys [variables] :as opts}])

Returns a seq of multipart for ast and opts, or nil if there are no files in the :variables of opts.

Returns a seq of multipart for `ast` and `opts`, or nil if there are
no files in the :variables of `opts`.
sourceraw docstring

operations-partclj/s

(operations-part ast {:keys [variables] :as opts} files)

Returns the operations parts for ast, opts and files.

Returns the operations parts for `ast`, `opts` and `files`. 
sourceraw docstring

pathsclj/s

(paths m)
source

replace-filesclj/s

(replace-files variables files)
source

requestclj/s

(request ast & [{:keys [variables] :as opts}])

Returns the multipart Ring request ast and opts.

Returns the multipart Ring request `ast` and `opts`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close