mirror of
https://github.com/denoland/deno.git
synced 2025-02-06 22:45:03 -05:00
![Bartek Iwańczuk](/assets/img/avatar_default.png)
This commit updates our testing npm registry to handle additional `@denotest2` scope in addition to `@denotest` scope. I might have to update it further in the future to handle additional scopes, but it's good enough for now.
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;
|