MCPcopy Index your code

hub / github.com/ctrlplusb/easy-peasy / types & classes

Types & classes145 in github.com/ctrlplusb/easy-peasy

Class
index.d.ts:803
Class
index.d.ts:964
Class
tests/use-store-state.test.js:17
Class
tests/store.test.js:340
Class
tests/typescript/state.ts:11
InterfaceActionCreator
index.d.ts:99
InterfaceActionOn
index.d.ts:628
InterfaceAddCommentPayload
examples/reduxtagram/src/model/comments-model.ts:14
InterfaceAddModelResult
index.d.ts:366
InterfaceAppModel
tests/typescript/issue427.ts:3
InterfaceAuditModel
tests/typescript/thunk.ts:7
InterfaceBase
* #345
tests/typescript/generic-model.ts:90
InterfaceBaseListModel
tests/typescript/issue246.ts:19
InterfaceBasketModel
tests/typescript/computed.ts:24
InterfaceBeholderModel
tests/typescript/issue246.ts:8
InterfaceCartModel
tests/typescript/issue66.tsx:5
InterfaceComment
examples/reduxtagram/src/model/comments-model.ts:4
InterfaceCommentsModel
examples/reduxtagram/src/model/comments-model.ts:23
InterfaceComputed
index.d.ts:665
InterfaceConfig
* @param {boolean} [immer=true] - If true, the action will be wrapped in an immer produce call. Otherwise, the action will update the state directly.
index.d.ts:599
InterfaceCreatorModel
tests/typescript/issue246.ts:13
InterfaceDataModel
tests/typescript/issue224.ts:19
InterfaceDeepest
tests/typescript/giant-model.ts:38
InterfaceEasyPeasyConfig
index.d.ts:344
InterfaceEffectOn
index.d.ts:701
InterfaceEight
tests/typescript/giant-model.ts:286
InterfaceEightOne
tests/typescript/giant-model.ts:306
ClassErrorBoundary
tests/use-store-state.test.js:17
InterfaceFive
tests/typescript/giant-model.ts:187
InterfaceFiveOne
tests/typescript/giant-model.ts:207
InterfaceFoo
tests/typescript/giant-model.ts:20
InterfaceFour
tests/typescript/giant-model.ts:154
InterfaceFourOne
tests/typescript/giant-model.ts:174
ClassGeneric
index.d.ts:803
InterfaceGenericModel
tests/typescript/generic-model.ts:44
InterfaceHelloModel
tests/typescript/issue802.ts:20
InterfaceIAnimal
tests/typescript/issue87.ts:3
InterfaceIModel
tests/typescript/issue87.ts:8
InterfaceIModel
tests/typescript/composed-store.ts:9
InterfaceIModelA
tests/typescript/complex-store-inheritance.ts:7
InterfaceIModelActions
tests/typescript/composed-store.ts:5
InterfaceIModelBStoreModel
tests/typescript/complex-store-inheritance.ts:24
InterfaceISetupProps
examples/kanban/src/utils/test-utils.tsx:36
InterfaceISetupWithStore
examples/kanban/src/utils/test-utils.tsx:42
InterfaceIStoreModel
tests/typescript/composed-store.ts:13
InterfaceIStoreModel
tests/typescript/complex-store-inheritance.ts:27
InterfaceInjections
tests/typescript/create-context-store.tsx:13
InterfaceInjections
tests/typescript/effect-on.ts:3
InterfaceInjections
tests/typescript/issue802.ts:9
InterfaceInjections
tests/typescript/thunk.ts:3
InterfaceItem
tests/typescript/issue246.ts:3
InterfaceListeningModel
tests/typescript/listener-action.ts:3
ClassMainActivity
examples/react-native-todo/android/app/src/main/java/com/reactnativetodo/MainActivity.java:8
ClassMainApplication
examples/react-native-todo/android/app/src/main/java/com/reactnativetodo/MainApplication.java:13
InterfaceMockedAction
index.d.ts:361
InterfaceModel
tests/typescript/generic-model.ts:94
InterfaceModel
tests/typescript/store.ts:11
InterfaceModel
tests/typescript/issue66.tsx:10
InterfaceModel
tests/typescript/hooks.ts:14
InterfaceModel
tests/typescript/debug.ts:3
InterfaceModel
tests/typescript/listener-thunk.ts:3
InterfaceModel
tests/typescript/action.ts:9
InterfaceMyModel
tests/typescript/external-type-defs.ts:29
InterfaceNested
tests/typescript/issue224.ts:15
InterfaceNine
tests/typescript/giant-model.ts:319
InterfaceNineOne
tests/typescript/giant-model.ts:339
InterfaceNormalModel
* WORKING CASE - "NORMAL" MODEL INTERFACE
tests/typescript/generic-model.ts:23
InterfaceNotification
tests/typescript/issue117.ts:3
InterfaceNotifications
tests/typescript/issue117.ts:9
InterfaceNotificationsModel
tests/typescript/issue117.ts:13
InterfaceObjectWithId
* WORKING CASE - "GENERIC" MODEL INTERFACE
tests/typescript/generic-model.ts:40
InterfaceObjectWithId
tests/typescript/issue224.ts:11
InterfaceOne
tests/typescript/giant-model.ts:43
InterfaceOneOne
tests/typescript/giant-model.ts:75
InterfaceOtherModel
tests/typescript/listener-action.ts:11
InterfacePersistConfig
index.d.ts:1039
InterfacePersistPartial
tests/typescript/store.ts:25
InterfacePersistStorage
index.d.ts:1028
ClassPerson
tests/store.test.js:340
ClassPerson
tests/typescript/state.ts:11
InterfacePerson
* ARRANGE
tests/typescript/generic-model.ts:15
InterfacePerson
tests/typescript/issue224.ts:67
InterfacePost
examples/reduxtagram/src/model/posts-model.ts:3
InterfacePostComments
examples/reduxtagram/src/model/comments-model.ts:10
InterfacePostsModel
examples/reduxtagram/src/model/posts-model.ts:10
InterfaceProduct
tests/typescript/computed.ts:3
InterfaceProductsModel
tests/typescript/computed.ts:9
InterfaceProps
examples/reduxtagram/src/components/post-comment.tsx:5
InterfaceProps
examples/reduxtagram/src/components/add-comment-form.tsx:4
InterfaceProps
examples/reduxtagram/src/components/photo.tsx:7
ClassReactNativeFlipper
Class responsible of loading Flipper inside your React Native application. This is the release flavor of it so it's empty as we don't want to load Fli
examples/react-native-todo/android/app/src/release/java/com/reactnativetodo/ReactNativeFlipper.java:16
ClassReactNativeFlipper
Class responsible of loading Flipper inside your React Native application. This is the debug flavor of it. Here you can add your own plugins and custo
examples/react-native-todo/android/app/src/debug/java/com/reactnativetodo/ReactNativeFlipper.java:31
InterfaceRemoveCommentPayload
examples/reduxtagram/src/model/comments-model.ts:18
InterfaceRole
tests/typescript/issue427.ts:7
InterfaceRolesModel
tests/typescript/issue427.ts:13
InterfaceRuntimeModel
tests/typescript/create-context-store.tsx:9
InterfaceSessionModel
tests/typescript/listener-thunk.ts:122
InterfaceSeven
tests/typescript/giant-model.ts:253
InterfaceSevenOne
tests/typescript/giant-model.ts:273
InterfaceSimpleModel
* BROKEN CASE - #300
tests/typescript/generic-model.ts:62
next →1–100 of 145, ranked by callers