UniqueIdProvider.d.ts 66 Bytes
Newer Older
冷佳娟's avatar
冷佳娟 committed
1 2 3
export declare class UniqueIdProvider {
    generate(): number;
}