# hel-iso

> this pack can only be bundeld with project, using it with external will make mistake

Latest version **4.4.0** (published 2024-03-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install hel-iso
pnpm add hel-iso
yarn add hel-iso
bun add hel-iso
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 4.4.0 |
| Published | 2024-03-08 |
| First published | 2023-03-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 20.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1108 |
| Author | fantasticsoul |
| Maintainers | fantasticsoul |

## Links

- npm: https://www.npmjs.com/package/hel-iso
- Repository: https://github.com/tnfe/hel
- Homepage: https://github.com/tnfe/hel#readme
- Issues: https://github.com/tnfe/hel/issues
- npm.io page: https://npm.io/package/hel-iso

## Recent versions

- 4.4.0 (latest) — 2024-03-08
- 4.3.4 — 2023-06-08
- 4.3.3 — 2023-05-20
- 4.3.2 — 2023-05-03
- 4.3.1 — 2023-05-03
- 4.3.0 — 2023-05-03
- 4.2.1 — 2023-04-27
- 4.2.0 — 2023-04-26
- 4.1.0 — 2023-04-09
- 4.0.3 — 2023-04-02
- 4.0.2 — 2023-04-02
- 4.0.1 — 2023-04-02
- 4.0.0 — 2023-03-28

## README

# hel-iso

当 `hel-micro`、`hel-micro-core` 包体被提升到 exnternal 里载入时，`isSubApp`判断会失效，可独立安装此包来调用 `isSubApp` 函数

## bofore

```ts
import { isSubApp } from 'hel-micro';
// or
import { isSubApp } from 'hel-lib-proxy';
```

## after

```ts
import { isSubApp } from 'hel-iso';
// or just import in entry file first line
import 'hel-iso';

// then you can call isSubApp that can return right result in any other files
```

---
_Source: https://npm.io/package/hel-iso · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
