packages feed

aeson-typescript-0.3.0.0: src/Data/Aeson/TypeScript/Internal.hs

-- | Internal details. For now, this module just exports the full TSDeclaration constructors.
-- These are subject to breaking changes but are exported here in case you want to live dangerously.

module Data.Aeson.TypeScript.Internal (
  TSDeclaration(..)
  ) where

import Data.Aeson.TypeScript.Types