Skip to content

Commit

Permalink
Expose 'initSimple'
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxcarlson committed Jun 18, 2024
1 parent bed7467 commit 1f561c4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/Install/Import.elm
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
module Install.Import exposing
( init, makeRule
, initSimple
)
module Install.Import exposing (init, initSimple, makeRule)

{-| Add import statements to a given module.
For example, to add `import Foo.Bar` to the `Frontend` module, you can use the following configuration:
Expand All @@ -20,7 +17,7 @@ There is a short cut for importing modules with no alias or exposed values:
Install.Import.initSimple "Frontend" [ "Foo.Bar", "Baz.Qux" ]
|> Install.Import.makeRule
@docs init, makeRule
@docs init, initSimple, makeRule
-}

Expand Down

0 comments on commit 1f561c4

Please sign in to comment.