I hereby claim:
- I am bmakuh on github.
- I am bmakuh (https://keybase.io/bmakuh) on keybase.
- I have a public key ASAFDOjVsQWDL7_tKSq6AX_bFNGxkuMEkaQYM9mWoVWtoAo
To claim this, I am signing this object:
/** | |
* TO USE: | |
* 1. Save this file | |
* 1. Add your email and password in the variables below | |
* 2. Run `npm install @playwright/test` | |
* 3. Run `npx playwright test --ui index.spec.ts` | |
*/ | |
import { test, expect, chromium } from "@playwright/test"; |
class Node { | |
constructor (val) { | |
this.value = val | |
this.left = null | |
this.right = null | |
} | |
static of (val) { | |
return new Node(val) | |
} |
import { curry } from 'lodash' | |
// isRequired :: Bool => True | |
export const isRequired = true | |
// url :: Bool? -> [Prop] -> String -> String -> Either(Error, Nothing) | |
export const url = curry(( | |
required = false, | |
props, | |
propName, |
I hereby claim:
To claim this, I am signing this object: