#{DESC}#
Home - Documentation - Chat
--- # Install / Import ```bash > npm install --save #{REPO_NAME}# ``` ```typescript import { myFunction, myObject } from '#{REPO_NAME}#'; //OR to import a specific file: import { myFunction } from '#{REPO_NAME}#/myFunction' import { myObject } from '#{REPO_NAME}#/myObject' ``` ## CI This repository has has continus integration and automatic publishing implemented via GitHub Action. Refer to [TEMPLATE_README.md](https://github.com/#{USER_OR_ORG}#/#{REPO_NAME}#/blob/dev/TEMPLATE_README.md) for instructions.