Skip to content

Commit

Permalink
chore: types prosthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed May 18, 2021
1 parent c98c3a0 commit 79a415e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions types/global.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
type RecursivePartial<T> = {
[P in keyof T]?: RecursivePartial<T[P]>
}

declare module '@graphy/content.trig.read'
1 change: 1 addition & 0 deletions types/graphy__content.trig.read/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module '@graphy/content.trig.read'

0 comments on commit 79a415e

Please sign in to comment.