@syntest/prng
Version:
The pseudo random number generator library of the SynTest Framework
7 lines • 328 B
TypeScript
/**
* This file is meant to provide consistent error messages throughout the tool.
*/
export declare const singletonNotSet: (name: string) => string;
export declare const singletonAlreadySet: (name: string) => string;
export declare const emptyArray: (variableName: string) => string;
//# sourceMappingURL=diagnostics.d.ts.map