Skip to content

Commit

Permalink
Comment out GType type definition in template
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Feb 27, 2024
1 parent 1fdc7bd commit a39a3f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/generator-typescript/templates/gjs/gobject-2.0.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
// See https://gitlab.gnome.org/ewlsh/gi.ts/-/blob/master/packages/lib/src/generators/dts/gobject.ts
// Copyright Evan Welsh

export type GType<T = unknown> = {
__type__(arg: never): T
name: string
};
// export type GType<T = unknown> = {
// __type__(arg: never): T
// name: string
// };

// Extra interfaces used to help define GObject classes in js; these
// aren't part of gi.
Expand Down

0 comments on commit a39a3f5

Please sign in to comment.