mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
1.2 KiB
1.2 KiB
Install / Import
$ npm install --save #{REPO_NAME}#
import { myFunction, myObject } from "update_ts_ci";
Specific imports:
import { myFunction } from "#{REPO_NAME}#/myFunction";
import { myObject } from "#{REPO_NAME}#/myObject";