-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
* Fix typing. * chore: remove manual copies * chore: use postbuild script Co-authored-by: Luke Edwards <luke.edwards05@gmail.com>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1 @@ | ||
declare module 'klona' { | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong. |
||
export function klona<T>(input: T): T; | ||
} | ||
|
||
declare module 'klona/lite' { | ||
export function klona<T>(input: T): T; | ||
} | ||
|
||
declare module 'klona/json' { | ||
export function klona<T>(input: T): T; | ||
} | ||
|
||
declare module 'klona/full' { | ||
export function klona<T>(input: T): T; | ||
} | ||
export function klona<T>(input: T): T; | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong. |
4 comments
on commit 71f8415
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uiuxarghya:main
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tooss367-patch-1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tooss367-patch-1
index.d.ts