All files / sportident/src/storage index.ts

100% Statements 23/23
100% Branches 0/0
100% Functions 13/13
100% Lines 10/10

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 1140x 60x 34x 75x 157x 78x 2332x 52x 11585x 143x  
export {ISiDataType, ISiFieldValue, ISiStorage, ISiStorageData, ISiStorageLocations, ValueToStringError, ValueFromStringError} from './interfaces';
export {defineStorage, SiStorage} from './SiStorage';
export {SiFieldValue} from './SiFieldValue';
export {ModifyUndefinedException, SiDataType} from './SiDataType';
export {SiArray} from './SiArray';
export {SiBool} from './SiBool';
export {SiDict} from './SiDict';
export {SiEnum} from './SiEnum';
export {SiInt} from './SiInt';
export {SiModified} from './SiModified';