mirror of
https://github.com/denoland/deno.git
synced 2025-02-06 06:32:09 -05:00
![David Sherret](/assets/img/avatar_default.png)
This is also a performance improvement because declaration file hashes don't need to be stored in the lockfile. Closes #19444
4 lines
76 B
JavaScript
4 lines
76 B
JavaScript
/// <reference types="./mod.d.ts" />
|
|
export function test() {
|
|
return 5;
|
|
}
|