Skip to content

Welshman Docs / @welshman/store / custom

Function: custom() ​

custom<T>(start, opts): WritableWithGetter<T>

Defined in: packages/store/src/index.ts:71

Type Parameters ​

• T

Parameters ​

start ​

Start<T>

opts ​

CustomStoreOpts<T> = {}

Returns ​

WritableWithGetter<T>