1.0.14 • Published 3 years ago

@anyfin/company-info v1.0.14

Weekly downloads
344
License
MIT
Repository
github
Last release
3 years ago

company-info

Centralized company information, to avoid repetition :)

Usage in js projects

Just npm install as usual.

And inside a file:

import information from "@anyfin/company-info";

const {
  SE: { companyName, adressCity },
} = information;

console.log(`${companyName} is located in ${adressCity}!`);

Deployment

Needs manual deployment

1.0.14

3 years ago

1.0.13

3 years ago

1.0.11

4 years ago

1.0.12

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago