@goldyjs/shared
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

semantic-release: commitizen Commitizen friendly

Install

$ npm install --save @goldyjs/shared

Use

Base

import Base from "@goldyjs/shared/Base"

class FooBar extends Base {
  a = 1
  b = [5]
}

const foo = new Foo()

foo.variables // { a: 1, b: [5] }
foo.prettyClassName // Foo bar
foo.logPrefix // [FooBar]

Readme

Keywords

Package Sidebar

Install

npm i @goldyjs/shared

Weekly Downloads

0

Version

1.1.0

License

none

Unpacked Size

33.3 kB

Total Files

66

Last publish

Collaborators

  • goldylucks