1.0.14 • Published 4 years ago

@anyfin/company-info v1.0.14

Weekly downloads
344
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.13

4 years ago

1.0.11

5 years ago

1.0.12

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago