Skip to content

Commit

Permalink
chore: remove MissingInit
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed May 2, 2024
1 parent 93304c7 commit d3e0202
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/stable-store/ts/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@ import { assertIDInternal } from './asset_id.internal.js'
import { storeMap } from './store.ctx.js'
import type { Store } from './store.types.js'

const brandedSymbol = Symbol('internal branded symbol')

/**
* Init value is required.
*/
export interface MissingInit<T> {
[brandedSymbol]: T
}

/**
* Options for creating a store.
*
Expand Down

0 comments on commit d3e0202

Please sign in to comment.