Init
This commit is contained in:
5
build/http/parameter.d.ts
vendored
Normal file
5
build/http/parameter.d.ts
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
import { Category } from "typescript-logging-category-style";
|
||||
export declare class ParameterHelper {
|
||||
static readValue(serialNumber: string, type: number, value: string, log: Category): string | undefined;
|
||||
static writeValue(type: number, value: string): string;
|
||||
}
|
||||
Reference in New Issue
Block a user