mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 18:59:30 +08:00
4 lines
No EOL
159 B
Text
4 lines
No EOL
159 B
Text
declare function createIdGenerator(): () => number;
|
|
declare function resetIds(): void;
|
|
export { createIdGenerator, resetIds };
|
|
//# sourceMappingURL=ID.d.ts.map |