1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/tests/registry/npm/@denotest/deprecated-package/1.0.0/main.d.mts
HasanAlrimawi 0704454755
feat: Print deprecation message for npm packages (#24992)
This commit adds ability to print deprecation notices
for npm packages that have been marked as deprecated.

Closes #24013
2024-08-20 19:53:53 +02:00

3 lines
131 B
TypeScript

export declare function setValue(val: number): void;
export declare function getValue(): number;
export declare const url: string;