48ea61cdcc
- Product documentation in docs/products/ - Updated MEMORY.md with product info - quiXzoom Auth Core as AAMOS Identity product
3 lines
80 B
TypeScript
3 lines
80 B
TypeScript
declare function isFinite(x: unknown): x is number | bigint;
|
|
|
|
export = isFinite; |