Skip to content

Commit

Permalink
Move type comment
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Apr 25, 2024
1 parent b1858b6 commit 68a44be
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/create-sdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ import * as channels from './channels.js'
import * as tracks from './tracks.js'
import * as browse from './browse.js'

export let supabase


/** @typedef {import('@supabase/supabase-js').SupabaseClient} SupabaseClient */
export let supabase

/** @typedef {Object} SDK
* @property {typeof auth} auth
Expand All @@ -17,7 +15,7 @@ export let supabase
* @property {SupabaseClient} supabase
* @property {Object} browse
/**
/**
* Creates a new SDK instance with the given Supabase client.
* @param {SupabaseClient} supabaseClient
* @returns {SDK}
Expand Down

0 comments on commit 68a44be

Please sign in to comment.