4 lines
121 B
TypeScript
Executable file
4 lines
121 B
TypeScript
Executable file
/**
|
|
* Interop between "export default" and "module.exports".
|
|
*/
|
|
export declare function interopDefault(mod: any): any;
|