Created
June 18, 2017 00:29
-
-
Save devonzuegel/71ad5590b4aea3ebb7e250342cc8ff68 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| interface NewUseRule extends BaseRule { | |
| test: Condition | Condition[]; /** A condition that must be met */ | |
| use: Loader | Loader[]; /** A loader or array of loaders */ | |
| } | |
| type Rule = NewUseRule; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment