Skip to content
View haandev's full-sized avatar
  • İstanbul
  • 22:42 (UTC +03:00)

Block or report haandev

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. frogment frogment Public

    Flexible utility for tagged templates, ideal for SQL and structured string tasks.

    TypeScript 1

  2. hono-query-header-mapper hono-query-header-mapper Public

    TypeScript

  3. buzzify buzzify Public

    A fast, efficient, and easy-to-use TypeScript library for worker orchestration and pooling.

    TypeScript

  4. convert private class members to sym... convert private class members to symbols
    1
    import type { Plugin } from 'esbuild'
    2
    function privateToSymbols(descriptions: boolean = true): Plugin {
    3
      return {
    4
        name: 'private-to-symbols',
    5
        setup(build) {