Skip to content

Commit 86e7452

Browse files
committed
Udate distribution
1 parent ac1cf44 commit 86e7452

5 files changed

Lines changed: 26 additions & 48 deletions

File tree

dist/hyperapp-devtools.js

Lines changed: 22 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/hyperapp-devtools.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/hyperapp-devtools.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/hyperapp-devtools.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/enhanceActions.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import { ActionEvent } from "./api";
22
export interface OnAction {
33
(call: ActionEvent): void;
44
}
5-
export declare function enhanceActions(onAction: OnAction, runId: string, actions: any, prefix?: string): any;
5+
export declare function enhanceActions(onAction: OnAction, runId: string, actions?: any, prefix?: string): any;
66
export default enhanceActions;

0 commit comments

Comments
 (0)