https://github.com/leocode/code-snippets
Collection of useful code snippets / utils
https://github.com/leocode/code-snippets
Last synced: about 1 year ago
JSON representation
Collection of useful code snippets / utils
- Host: GitHub
- URL: https://github.com/leocode/code-snippets
- Owner: leocode
- License: mit
- Created: 2021-02-19T13:44:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-05T13:48:05.000Z (over 5 years ago)
- Last Synced: 2025-02-14T14:25:43.005Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# code-snippets
Collection of useful code snippets / utils
## How to install
`yarn add git+https://github.com/leocode/code-snippets.git`
`npm install --save git+https://github.com/leocode/code-snippets.git`
## How to use
`const snippets = require('@leocode/code-snippets');`
`import * as snippets from '@leocode/code-snippets';`