{-# Language TypeApplications #-} {-# Language NoImplicitPrelude #-} module Main where import API import Servant.JS import Data.Proxy (Proxy(..)) import ClassyPrelude main :: IO () main = putStrLn $ jsForAPI (Proxy @API) vanillaJS