UNPKG

@nativewrappers/client

Version:

Javascript/Typescript wrapper for the FiveM natives

9 lines (8 loc) 152 B
export class Notification { constructor(handle) { this.handle = handle; } hide() { RemoveNotification(this.handle); } }