mirror of
https://github.com/zoriya/v10.git
synced 2026-08-09 15:46:42 +00:00
feat(store): lit bindings (#289)
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
export { composeCallbacks } from './compose-callbacks';
|
||||
export { noop } from './noop';
|
||||
export { tryCatch } from './try-catch';
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
export function noop(): void {}
|
||||
Reference in New Issue
Block a user