Core Library

The core library of the Luminu Project

Background

Implements shared translations, styles, services and types
Used in all Luminu Webprojects.

Source Code

Project's README

@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