We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.d.ts
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://www.typescriptlang.org/play/?#code/KYDwDg9gTgLgBAYwgOwM7wGYQnAvHAbwCg5S4BGZACgEpCSzGpgYBXKZCgbgdIF8ANLzgAmWvUZMW7TiJ6M+RRUVCRYiADYBDVKjgAxbBLKVxxSWWZsO3YYsZi65i3CszR8sor5A
export const foo = { 1n() { return 1; }, 2() { return 2; } } export class Foo { 1n() { return 1; } 2() { return 2; } }
export declare const foo: { 2(): number; }; export declare class Foo { 1n(): number; 2(): number; }
export declare const foo: { 1n(): number; 2(): number; }; export declare class Foo { 1n(): number; 2(): number; }
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🔎 Search Terms
🕗 Version & Regression Information
⏯ Playground Link
https://www.typescriptlang.org/play/?#code/KYDwDg9gTgLgBAYwgOwM7wGYQnAvHAbwCg5S4BGZACgEpCSzGpgYBXKZCgbgdIF8ANLzgAmWvUZMW7TiJ6M+RRUVCRYiADYBDVKjgAxbBLKVxxSWWZsO3YYsZi65i3CszR8sor5A
💻 Code
🙁 Actual behavior
🙂 Expected behavior
Additional information about the issue
No response
The text was updated successfully, but these errors were encountered: