# sugar.js
**Repository Path**: libsugar/sugar.js
## Basic Information
- **Project Name**: sugar.js
- **Description**: No description available
- **Primary Language**: TypeScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-03-02
- **Last Updated**: 2022-03-02
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Sugar.js

[](https://www.npmjs.com/package/libsugar)

[](https://github.com/libsugar/sugar.js)
[](https://libsugar.github.io/sugar.js/modules.html)


Like syntactic sugar, but is library
[Documentation](https://libsugar.github.io/sugar.js/)
> The main goal of the libsugar project is to eliminate the differences in the standard library between different languages and the secondary goal is to provide many sweet tools

## Install
npm
```sh
npm i libsugar
```
yarn
```sh
yarn add libsugar
```
pnpm
```sh
pnpm i libsugar
```
umd
```html
```
umd no pack
```html
```
esm
```html
```
esm no pack
```html
```
import
```ts
import { } from 'https://cdn.jsdelivr.net/npm/libsugar/esm/index.mjs'
```
deno
```ts
import { } from 'https://cdn.jsdelivr.net/npm/libsugar/src/index.ts'
```