All files / json-type/src/type classes.ts

100% Statements 33/33
100% Branches 0/0
88.88% Functions 16/18
100% Lines 33/33

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 3736x 36x 36x 36x 36x 36x 36x 36x 36x 36x 36x 36x 36x 36x 36x     36x 331x 2043x 629x 1545x 2458x 94x 993x 3124x 4190x 1596x 232x 149x 189x 61x 49x 36x 43x    
import {AbsType} from './classes/AbsType';
import {AliasType} from './classes/AliasType';
import {AnyType} from './classes/AnyType';
import {ArrType} from './classes/ArrType';
import {BinType} from './classes/BinType';
import {BoolType} from './classes/BoolType';
import {ConType} from './classes/ConType';
import {FnRxType, FnType} from './classes/FnType';
import {MapType} from './classes/MapType';
import {ModuleType} from './classes/ModuleType';
import {NumType} from './classes/NumType';
import {KeyOptType, KeyType, ObjType} from './classes/ObjType';
import {OrType} from './classes/OrType';
import {RefType} from './classes/RefType';
import {StrType} from './classes/StrType';
 
export {
  AbsType,
  AnyType,
  ConType,
  BoolType,
  NumType,
  StrType,
  BinType,
  ArrType,
  KeyType,
  KeyOptType,
  ObjType,
  MapType,
  RefType,
  OrType,
  FnType,
  FnRxType,
  AliasType,
  ModuleType,
};