Skip to content
View Ar4ys's full-sized avatar
:octocat:
The laziest person in the world
:octocat:
The laziest person in the world
Block or Report

Block or report Ar4ys

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

  1. typed-ruwuter typed-ruwuter Public

    Simple strongly typed middleware-style router

    TypeScript

  2. react-query-factory react-query-factory Public

    Strongly typed query/mutation/key factories for react-query

    TypeScript 1

  3. yatl yatl Public

    Yet Another Todo List

    TypeScript

  4. Node.js v17 ESM loader for tsconfig-... Node.js v17 ESM loader for tsconfig-paths + ts-node
    1
    // @ts-check
    2
    import { Module } from 'node:module'
    3
    import { createMatchPath, loadConfig, register } from 'tsconfig-paths';
    4
    export { load, getFormat, transformSource } from 'ts-node/esm.mjs'
    5
    import { resolve as tsNodeResolve } from 'ts-node/esm.mjs'