mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-03 11:34:51 +01:00
5 lines
75 B
TypeScript
5 lines
75 B
TypeScript
declare module 'klona' {
|
|
function klona<T>(val: T): T;
|
|
export = klona;
|
|
}
|