mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
0704454755
This commit adds ability to print deprecation notices for npm packages that have been marked as deprecated. Closes #24013
3 lines
131 B
TypeScript
3 lines
131 B
TypeScript
export declare function setValue(val: number): void;
|
|
export declare function getValue(): number;
|
|
export declare const url: string;
|