feat: testers
This commit is contained in:
parent
5d9b5de565
commit
30c29a60ad
|
@ -5,6 +5,7 @@ import globals from './globals';
|
|||
|
||||
export {default as Actions} from './actions';
|
||||
export * from './builders';
|
||||
export * from './testers';
|
||||
export {default as compile} from './compilers/compile';
|
||||
export {default as Context} from './context';
|
||||
|
||||
|
|
3
packages/behavior/src/testers.js
Normal file
3
packages/behavior/src/testers.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
export const isInvocation = (op) => 'invoke' === op.type;
|
||||
|
||||
export const isKey = (op) => 'key' === op.type;
|
Loading…
Reference in New Issue
Block a user