Skip to content
View PacoGim's full-sized avatar
Block or Report

Block or report PacoGim

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. PacoGim.github.io PacoGim.github.io Public

    My portfolio GitHub Page

    Svelte

  2. 42_Tests 42_Tests Public

    C

  3. Jahmin Jahmin Public

    Jahmin Music Library Player, Crossplatform

    Svelte 1

  4. better_boolean.ts better_boolean.ts
    1
    function playSong(url: string, { playNow }: { playNow:boolean }){
    2
    
                  
    3
      if(playNow){
    4
        //
    5
      }