Skip to content

Issue in type definitions (semicolon) #16

@OfficialCRUGG

Description

@OfficialCRUGG

Hello there, I added nodejs-snowflake to a TypeScript project and it doesn't compile anymore due to the following error:

node_modules/nodejs-snowflake/nodejs_snowflake.d.ts(7,2): error TS1036: Statements are not allowed in ambient contexts.

This is due to the semicolon in line 7 of nodejs_snowflake.d.ts. If I manually remove this, my project compiles just fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions