UNPKG

@nativewrappers/common

Version:

Native wrappers and utilities for use with Cfx scripting runtimes.

5 lines (4 loc) 164 B
export declare abstract class Maths { static clamp(num: number, min: number, max: number): number; static getRandomInt(min: number, max: number): number; }