All files / src/utils isDelayedClause.ts

100% Statements 5/5
100% Branches 0/0
100% Functions 0/0
100% Lines 5/5
1 2 3 4 5 6 7  15x 15x 15x   15x 15x
import DelayedClause from "../models/DelayedClause";
import instanceOf from "../preds/instanceOf";
 
// TODO
const isDelayedClause = instanceOf( DelayedClause );
export default isDelayedClause;