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

Block or report PacoGim

Report abuse

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

Report abuse

Pinned Loading

  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
      }