mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-09 01:37:24 +03:00
5 lines
112 B
TypeScript
5 lines
112 B
TypeScript
declare module 'csvjson' {
|
|
export declare class CsvJson {
|
|
public toObject<T>(content: string): T[];
|
|
}
|
|
}
|