Advertisement :)
- pica - high quality and fast image resize in browser.
- babelfish - developer friendly i18n with plurals support and easy syntax.
You will like those projects!
| const CracoAlias = require('craco-alias'); | |
| module.exports = { | |
| plugins: [ | |
| { | |
| plugin: CracoAlias, | |
| options: { | |
| source: 'tsconfig', | |
| baseUrl: '.', | |
| tsConfigPath: 'tsconfig.paths.json', |
| export const red = { | |
| 50: '#ffebee', | |
| 100: '#ffcdd2', | |
| 200: '#ef9a9a', | |
| 300: '#e57373', | |
| 400: '#ef5350', | |
| 500: '#f44336', | |
| 600: '#e53935', | |
| 700: '#d32f2f', | |
| 800: '#c62828', |
| // https://stackoverflow.com/questions/25436312/gitignore-not-working/25436481 | |
| git rm -rf --cached . | |
| git add . |
| type StripEffects<T> = T extends IterableIterator<infer E> | |
| ? E extends Effect | SimpleEffect<any, any> | |
| ? never | |
| : E | |
| : never; | |
| type DecideReturn<T> = T extends Promise<infer R> | |
| ? R // If it's a promise, return the promised type. | |
| : T extends IterableIterator<any> | |
| ? StripEffects<T> // If it's a generator, strip any effects to get the return type. |
| npx prettier --write . |
| π Morning 140 commits βββββββββββββββββββββ 22.5% | |
| π Daytime 303 commits βββββββββββββββββββββ 48.7% | |
| π Evening 176 commits βββββββββββββββββββββ 28.3% | |
| π Night 3 commits βββββββββββββββββββββ 0.5% |