mirror of
https://github.com/Oxtaly/porkbun-wrapper.git
synced 2025-12-10 02:11:38 +00:00
6 lines
156 B
TypeScript
6 lines
156 B
TypeScript
declare global {
|
|
function isNaN(number: number | string): boolean;
|
|
function parseInt(number: string | number, radix?: number): number;
|
|
}
|
|
|
|
export {}; |