aboutsummaryrefslogblamecommitdiffhomepage
path: root/src/PursLoader/LoaderUtil.purs
blob: 3e5a7bc05400aa8c9dbcc3cb8dbdd2b186930ef6 (plain) (tree)
1
2
3
4
5
6
7
8
9
                            
              





                                         
                                              
module PursLoader.LoaderUtil
  ( parseQuery
  ) where

import Data.Foreign (Foreign())

import PursLoader.LoaderRef (LoaderRef())

foreign import parseQuery :: String -> Foreign