summaryrefslogtreecommitdiff
path: root/tests/registry/npm-private3/@denotest3/basic/1.0.0/main.d.mts
blob: 29da1e6d7b2ef4f4d17adf5f8b6d0887d474515b (plain)
1
2
3
export declare function setValue(val: number): void;
export declare function getValue(): number;
export declare const url: string;