1 2 3 4 5 6 7 8 9 10 11 12
|
parserModuleDeclaration10.ts(1,10): error TS2391: Function implementation is missing or not immediately following the declaration.
parserModuleDeclaration10.ts(2,10): error TS2391: Function implementation is missing or not immediately following the declaration.
==== parserModuleDeclaration10.ts (2 errors) ====
function data(): string;
~~~~
!!! error TS2391: Function implementation is missing or not immediately following the declaration.
function next(): string;
~~~~
!!! error TS2391: Function implementation is missing or not immediately following the declaration.
|