All files / src/uuid uuidv4.ts

75% Statements 3/4
100% Branches 0/0
0% Functions 0/1
66.67% Lines 2/3

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

1 2 3 4 51x   1x    
import { v4 as uuidv4Fn } from 'uuid';
 
export const uuidv4 = () => {
  return uuidv4Fn();
}