2 lines
62 B
TypeScript
Executable file
2 lines
62 B
TypeScript
Executable file
declare const nextExport: () => never;
|
|
export { nextExport };
|