Jack Works
Jack Works
React version: Not related ## The current behavior We're following this to set up react-devtools. > If your app is inside an iframe, a Chrome extension, React Native, or in...
```ts // before asserts(true) // after eq(true) ```
For example here are index.js and index.d.ts > index.js ```js export default new Proxy(...) ``` > index.d.ts ```ts declare const x: { y: number, z: string } export default x...
```ts class Err { // ... expect(msg: string) { throw new Error(msg, { cause: this.val }) } } ```
node -v v16.8.0 cat .\x.mjs ```js import {Err} from 'ts-results' ``` node .\x.mjs ``` import {Err} from 'ts-results' ^^^ SyntaxError: Named export 'Err' not found. The requested module 'ts-results' is...
```ts result.andThen(async e => calc(e)) ```
**This will be a breaking change, but you don't have to upgrade. The current version is stable enough.** I learned from the mistakes in the current design, it's time to...
close #24
close #1216
 https://github.com/amark/gun/blob/5df08f91cb2959deb36c0f4f85c0e537ad103e0c/src/shim.js The following are not in the JS standard: - String.random - String.match - String.hash - Object.plain - Object.empty - setTimeout.turn - setTimeout.poll - setTimeout.each Please do not try...