Skip to content
View s33r's full-sized avatar
💭
😸
💭
😸

Highlights

  • Pro

Block or report s33r

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Replacing TypeScript enum (zod) Replacing TypeScript enum (zod)
    1
    // This example shows how to use enum like types (defined in Colors.ts)
    2
    // It also shows a pattern for creating data objects that can be validated at run time and deserialized / serialized easily.
    3
    // Note: If tree shaking is needed, the static methods can be easily pulled out into exported functions.
    4
    
                  
    5
    import * as Colors from './Colors.js';
  2. results results Public

    General error handling utilities

    TypeScript 1