oak-frontend-base/lib/utils/mockId.d.ts

3 lines
105 B
TypeScript

export declare function generateMockId(): string;
export declare function isMockId(id: string): boolean;