We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a99e7b commit 6fdda9fCopy full SHA for 6fdda9f
src/Dotenv/Internal/ChildProcess.purs
@@ -11,7 +11,6 @@ import Effect.Exception (error)
11
import Node.ChildProcess (Exit(..), defaultSpawnOptions)
12
import Run (Run, lift)
13
import Sunde (spawn) as Sunde
14
-import Type.Proxy (Proxy)
15
16
-- | A data type representing the supported operations
17
data ChildProcessF a = Spawn String (Array String) (String -> a)
src/Dotenv/Internal/Environment.purs
@@ -15,7 +15,6 @@ import Effect.Aff (Aff)
import Effect.Class (liftEffect)
import Node.Process (lookupEnv, setEnv) as P
18
19
20
-- | A data type representing the supported operations.
21
data EnvironmentF a
0 commit comments