Code coverage report for core/src/internal/index.ts

Statements: 100% (4 / 4)      Branches: 100% (0 / 0)      Functions: 100% (0 / 0)      Lines: 100% (4 / 4)      Ignored: none     

All files » core/src/internal/ » index.ts
1 2 3 4 5 6 7 8 9 10    1     1   1 1  
// This module is intentially not exported as part of the public API
 
import * as log from './log';
 
 
export * from './debug-env';
 
export const internal = { ...log };
export default internal;