mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
update
This commit is contained in:
parent
b497e3697a
commit
dfb3fc9454
1 changed files with 3 additions and 3 deletions
|
|
@ -31,8 +31,8 @@ import { myFunction, myObject } from '#{REPO_NAME}#';
|
||||||
Specific import
|
Specific import
|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
import { myFunction } from '#{REPO_NAME}#/myFunction'
|
import { myFunction } from '#{REPO_NAME}#/myFunction';
|
||||||
import { myObject } from '#{REPO_NAME}#/myObject'
|
import { myObject } from '#{REPO_NAME}#/myObject';
|
||||||
```
|
```
|
||||||
|
|
||||||
## From HTML with CDN
|
## From HTML with CDN
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue