Skip to content
View sonhanguyen's full-sized avatar
  • Melbourne, Australia
Block or Report

Block or report sonhanguyen

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. kotlin's style delegate in typescript kotlin's style delegate in typescript
    1
    
                  
    2
    function delegateTo(prop: string) {
    3
      const { __proto__ } = this
    4
      Object.setPrototypeOf(this, 
    5
        new Proxy({}, {
  2. transcript-lookup transcript-lookup Public

    Kotlin 1

  3. typed grid typed grid
    1
    import * as React from 'react'
    2
    import Grid from './Grid'
    3
    import './App.css'
    4
    
                  
    5
    interface BaseLineItem {
  4. stateful-provider stateful-provider Public

    React stateful provider

    TypeScript