Update Third-party Superpowers / Update thirdparty/skill snapshot (push) Successful in 1m17s
3 lines
87 B
TypeScript
3 lines
87 B
TypeScript
declare function isInteger(argument: unknown): argument is number;
|
|
|
|
export = isInteger; |