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