prelude-extension
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "prelude-extension", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "prelude-extension", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Functions | ||
```clamp :: Number -> Number -> Number``` | ||
`clamp :: Number -> Number -> Number` | ||
```find-all :: String -> String -> Int -> [Int]``` | ||
`find-all :: String -> String -> Int -> [Int]` | ||
```partition-string :: String -> String -> [[Int, Int, Bool]]``` | ||
`partition-string :: String -> String -> [[Int, Int, Bool]]` | ||
@@ -9,0 +9,0 @@ # Test |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2950