mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
e.g. this named declaration has a source:
```javascript
export {foo} from './bar.js';
```
and this one does not:
```javascript
export const foo = 10;
```
Try it out at https://astexplorer.net/ to confirm.
|
||
|---|---|---|
| .. | ||
| babel-types-tests.ts | ||
| index.d.ts | ||
| tsconfig.json | ||
| tslint.json | ||