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