All files / src index.ts

100% Statements 13/13
100% Branches 0/0
22.22% Functions 2/9
100% Lines 8/8

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 1334x 3x   3x 3x 19x 3x 3x       3x  
export { default } from './Moment';
export { useMomentContent } from './hooks/useMomentContent';
export type { UseMomentContentProps, UseMomentContentResult } from './hooks/useMomentContent';
export {
  MomentContext,
  MomentProvider,
  useMomentContext,
  defaultSettings
} from './MomentContext';
export type { MomentContextValue, PoolController } from './MomentContext';
export type { MomentProviderProps, MomentSettings } from './types';
export { getDatetime, getShortRelativeTime, getContent } from './utils';