0.1.0 • Published 2 years ago

@genious/up v0.1.0

Weekly downloads
-
License
Unlicense
Repository
github
Last release
2 years ago

@genious/up

Genious unique property keys.

Installation

npm i @genious/up

Usage

UP

Genious Symbol values namespace.

UP()

  • @extends {Symbol}
import UP from '@genious/up';

UP.path

  • path accessor property provides data source path
  • @type {symbol}
class Flo {
  get [UP.path]() {
    return this.#path;
  }
}
const path = flo[UP.path]; // Flo.prototype[UP.path]

Authors

Aziz Da azizdawhat@gmail.com

License

Unlicense