mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 17:40:23 +03:00
6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
|
declare module 'csvjson' {
|
||
|
export declare class CsvJson {
|
||
|
public toObject<T>(content: string): T[];
|
||
|
}
|
||
|
}
|