Comparing version 0.3.34 to 0.3.35
import { ISubscribable, ISubscriber, PubSub } from "@thi.ng/rstream"; | ||
export declare type Accumulator = Record<string, unknown>; | ||
declare const ICO: { | ||
args: any; | ||
sub$: string; | ||
reso: (acc: Accumulator, res: any) => any; | ||
erro: (acc: Accumulator, err: Error, out$: PubSub<unknown, unknown, any>) => any; | ||
[x: string]: string | ((acc: Accumulator, err: Error, out$: PubSub<unknown, unknown, any>) => any); | ||
}; | ||
@@ -13,6 +10,2 @@ export declare type ICommandObject = Partial<typeof ICO>; | ||
src$: ISubscribable<any> | ISubscriber<any>; | ||
args: any; | ||
sub$: string; | ||
reso: (acc: Accumulator, res: any) => any; | ||
erro: (acc: Accumulator, err: Error, out$: PubSub<unknown, unknown, any>) => any; | ||
}; | ||
@@ -19,0 +12,0 @@ export declare type ICommand = Partial<typeof IC>; |
@@ -1,7 +0,7 @@ | ||
import { CMD_ARGS, CMD_SRC$, CMD_ERRO, CMD_RESO, CMD_SUB$, CMD_WORK, URL_FULL, URL_PATH, URL_DOMN, URL_SUBD, URL_QERY, URL_HASH, DOM_NODE, DOM_BODY, DOM_HEAD, HD_TITL, HD_DESC, HD_IMGU, HD_IMGW, HD_IMGH, HD_ICON, HD_TYPE, URL_DATA, URL_PAGE, RTR_PREP, RTR_PRFX, RTR_POST, CFG_RUTR, $$_PATH, $$_LOAD, $$_VIEW, $$_ROOT, } from "./constants"; | ||
import { CMD, CMD_SRC$, CMD_WORK, URL_FULL, URL_PATH, URL_DOMN, URL_SUBD, URL_QERY, URL_HASH, DOM_NODE, DOM_BODY, DOM_HEAD, HD_TITL, HD_DESC, HD_IMGU, HD_IMGW, HD_IMGH, HD_ICON, HD_TYPE, URL_DATA, URL_PAGE, RTR_PREP, RTR_PRFX, RTR_POST, CFG_RUTR, $$_PATH, $$_LOAD, $$_VIEW, $$_ROOT, } from "./constants"; | ||
const ICO = { | ||
[CMD_ARGS]: null, | ||
[CMD_SUB$]: "", | ||
[CMD_RESO]: (acc, res) => null, | ||
[CMD_ERRO]: (acc, err, out$) => null, | ||
[CMD.ARGS]: null, | ||
[CMD.SUB$]: "", | ||
[CMD.RESO]: (acc, res) => null, | ||
[CMD.ERRO]: (acc, err, out$) => null, | ||
}; | ||
@@ -8,0 +8,0 @@ const IC = Object.assign(Object.assign({}, ICO), { [CMD_WORK]: args => null, [CMD_SRC$]: null }); |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.3.34", | ||
"version": "0.3.35", | ||
"description": "keys/constants for the `-0` org/framework built on @thi.ng/umbrella ecosystem", | ||
@@ -8,0 +8,0 @@ "main": "./lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12333
369