mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-10 10:03:26 -04:00
3 lines
94 B
TypeScript
3 lines
94 B
TypeScript
|
|
declare function isMap<K = unknown, V = unknown>(x: unknown): x is Map<K, V>;
|
||
|
|
|
||
|
|
export = isMap;
|