#{DESC}#

Home - Documentation

# Install / Import ```bash $ npm install --save #{REPO_NAME}# ``` ```typescript import { myFunction, myObject } from "update_ts_ci"; ``` Specific imports: ```typescript import { myFunction } from "#{REPO_NAME}#/myFunction"; import { myObject } from "#{REPO_NAME}#/myObject"; ```