modules-purescript icon indicating copy to clipboard operation
modules-purescript copied to clipboard

A purescript rewrite of the core HSIMP modules

Results 5 modules-purescript issues
Sort by recently updated
recently updated
newest added

``` /* Verschiedenes */ /* hsimp.setDictionary(); */ { "instantly": "sofort", "forever": "Ewigkeiten", }); /Checker Definitionen/ /* hsimp.setCheckerDictionary(); */ { "common": { "name": "Gewöhnliches Passwort: Das Passwort ist unter den top...

enhancement

```tsx // setup following readme hsimp('hello there'); ``` result is ```ts { time: '1 year', level: null, checks: [] } ``` Is this expected?

enhancement