본문으로 건너뛰기

getUniqId

유니크한 아이디를 반환하는 함수입니다.


Interface

const getUniqId: () => string

Usage

import { getUniqId } from '@devgrace/utils';

const uniqId = getUniqId();