import { strict as assert } from 'node:assert';
enum Mode {
Focus = 'focus',
Flow = 'flow',
}
enum Time {
Unknown = 'unknown',
}
const state = {
user: 'ksprptr',
mode: Mode.Focus,
time: Time.Unknown,
process: 'building web apps',
};
assert(state.mode === Mode.Focus);
export default state;
- Czech Republic
- https://ksprptr.dev/
- in/ksprptr
Highlights
- Pro
Popular repositories Loading
-
vaultify
vaultify PublicLightweight web-based utility for generating secure and unique UUIDs, passwords, MACs, and IPs.
TypeScript
-
-
postboard-pw1
postboard-pw1 PublicSimple web application for a PW1 school project, designed to practice working with HTTP requests. It includes a page for viewing posts and another for creating them.
TypeScript
-
task-manager
task-manager PublicSimple Discord bot designed to help manage tasks and automate small features for a school project.
TypeScript
-
url-shortener
url-shortener PublicA simple, free-to-use URL shortener that respects user privacy by storing no personal data and supports link expiration.
TypeScript
-
product-store-pw2
product-store-pw2 PublicDemo store for a PW2 school project, featuring product filtering, search functionality, and detailed product page.
TypeScript
If the problem persists, check the GitHub status page or contact support.
