@haibun/core
Advanced tools
Comparing version 1.8.4 to 1.8.5
@@ -20,3 +20,3 @@ import { TNamed, AStepper } from '../defs'; | ||
match: RegExp; | ||
action: ({ param }: TNamed) => Promise<import("../defs").TNotOKActionResult | import("../defs").TOKActionResult>; | ||
action: ({ param }: TNamed) => Promise<import("../defs").TOKActionResult | import("../defs").TNotOKActionResult>; | ||
}; | ||
@@ -23,0 +23,0 @@ throws: { |
@@ -13,3 +13,3 @@ import { Context } from '../lib/contexts'; | ||
}>; | ||
isSet(what: string, orCond: string): import("../lib/defs").TNotOKActionResult | import("../lib/defs").TOKActionResult; | ||
isSet(what: string, orCond: string): import("../lib/defs").TOKActionResult | import("../lib/defs").TNotOKActionResult; | ||
steps: { | ||
@@ -48,8 +48,8 @@ concat: { | ||
gwta: string; | ||
action: ({ what, value }: TNamed) => Promise<import("../lib/defs").TNotOKActionResult | import("../lib/defs").TOKActionResult>; | ||
action: ({ what, value }: TNamed) => Promise<import("../lib/defs").TOKActionResult | import("../lib/defs").TNotOKActionResult>; | ||
}; | ||
isSet: { | ||
gwta: string; | ||
action: ({ what }: TNamed, vstep: TVStep) => Promise<import("../lib/defs").TNotOKActionResult | import("../lib/defs").TOKActionResult>; | ||
build: ({ what }: TNamed, vstep: TVStep) => Promise<import("../lib/defs").TNotOKActionResult | import("../lib/defs").TOKActionResult>; | ||
action: ({ what }: TNamed, vstep: TVStep) => Promise<import("../lib/defs").TOKActionResult | import("../lib/defs").TNotOKActionResult>; | ||
build: ({ what }: TNamed, vstep: TVStep) => Promise<import("../lib/defs").TOKActionResult | import("../lib/defs").TNotOKActionResult>; | ||
}; | ||
@@ -56,0 +56,0 @@ background: { |
{ | ||
"name": "@haibun/core", | ||
"version": "1.8.4", | ||
"version": "1.8.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "", |