4 lines
57 B
TypeScript
Raw Normal View History

2017-12-04 19:26:50 +01:00
declare function external(): void;
export { external };