@hotmeshio/hotmesh
Version:
Serverless Workflow
30 lines (29 loc) • 939 B
TypeScript
import { ArrayHandler } from './array';
import { BitwiseHandler } from './bitwise';
import { ConditionalHandler } from './conditional';
import { CronHandler } from './cron';
import { DateHandler } from './date';
import { JsonHandler } from './json';
import { LogicalHandler } from './logical';
import { MathHandler } from './math';
import { NumberHandler } from './number';
import { ObjectHandler } from './object';
import { StringHandler } from './string';
import { SymbolHandler } from './symbol';
import { UnaryHandler } from './unary';
declare const _default: {
array: ArrayHandler;
bitwise: BitwiseHandler;
conditional: ConditionalHandler;
cron: CronHandler;
date: DateHandler;
json: JsonHandler;
logical: LogicalHandler;
math: MathHandler;
number: NumberHandler;
object: ObjectHandler;
string: StringHandler;
symbol: SymbolHandler;
unary: UnaryHandler;
};
export default _default;