Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 402 Bytes

File metadata and controls

35 lines (19 loc) · 402 Bytes

@luminu/core | Luminu Web Core

Description

Core functions that may be shared across apps.

Documentation

Services

Locale

Returns namespaced methods

Methods
  • getLocale() => void
  • toggleLocale() => void

Buffer

Returns an object

Methods
  • writeInt(number) => void
  • writeString(string) => void
Getters
  • buffer: Buffer

Redis

Returns an object