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,13 +31,13 @@ import { myFunction, myObject } from '#{REPO_NAME}#';
|
|||
Specific import
|
||||
|
||||
```typescript
|
||||
import { myFunction } from '#{REPO_NAME}#/myFunction'
|
||||
import { myObject } from '#{REPO_NAME}#/myObject'
|
||||
import { myFunction } from '#{REPO_NAME}#/myFunction';
|
||||
import { myObject } from '#{REPO_NAME}#/myObject';
|
||||
```
|
||||
|
||||
## From HTML with CDN
|
||||
|
||||
Expose a global ( wider browser support):
|
||||
Expose a global (wider browser support):
|
||||
|
||||
```html
|
||||
<script src="//unpkg.com/#{REPO_NAME}#/umd_bundle.min.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue