# popoyoko-test

> ```js Ceci est un package test ```

Latest version **1.0.0** (published 2022-09-01) · ISC license · 0 weekly downloads

## Install

```sh
npm install popoyoko-test
pnpm add popoyoko-test
yarn add popoyoko-test
bun add popoyoko-test
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2022-09-01 |
| First published | 2022-09-01 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 948 B |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | julien9 |

## Links

- npm: https://www.npmjs.com/package/popoyoko-test
- npm.io page: https://npm.io/package/popoyoko-test

## Recent versions

- 1.0.0 (latest) — 2022-09-01

## README

## package-test

# Description

```js
Ceci est un package test
```

# Additionner un nombre

```js
const package = require('package-test');

package.plus(1, 4)
// resultat est de 1 + 4 = 5
```

# Soustraire un nombre

```js
const package = require('package-test');

package.moins(5, 3)
// resultat est de 5 - 3 = 2
```

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