I hereby claim:
- I am mavdotj on github.
- I am kaidoesthings (https://keybase.io/kaidoesthings) on keybase.
- I have a public key ASAytbaMGEY1yJ3Q2VYkDo838mS18y-KKfkDOsWXhJuvXgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
{ | |
function buildQuery(table, modifiers) { | |
const query = modifiers.shift() | |
let amount; | |
if(query.name === 'select') { | |
amount = modifiers.shift(); | |
checkview: if(options.viewsEnabled) { | |
if(!query.arguments?.view) { | |
query.arguments.view = 'default' | |
break checkview; |
import { writable } from 'svelte/store' | |
import type { Writable } from 'svelte/types/runtime/store' | |
// this is not the most effecient way to do things and might cause some errors with typescript, i might make a full class | |
type Typewind = { | |
init(): string, | |
beforeTransition(): void, | |
toggle: () => void, | |
enable: (dark: boolean) => void, |