4 lines
78 B
JavaScript
4 lines
78 B
JavaScript
declare module 'jayson/lib/client/browser' {
|
|
declare module.exports: any;
|
|
}
|