%PDF- %PDF-
Direktori : /var/www/html/hr/api/vendor/scrivo/highlight.php/test/markup/typescript/ |
Current File : /var/www/html/hr/api/vendor/scrivo/highlight.php/test/markup/typescript/functions.txt |
var noop = function() {}; var identity = function(foo) { return foo; }; function println(value: string); function getArray(): number[] { return [1, 2]; } type Foo = { functionInFoo(): void; };