# sr_base64

> base64 typescript functions

Latest version **1.0.0** (published 2020-08-16) · ISC license · 0 weekly downloads

## Install

```sh
npm install sr_base64
pnpm add sr_base64
yarn add sr_base64
bun add sr_base64
```

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2020-08-16 |
| First published | 2020-08-16 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 7.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Stephen Richter |
| Maintainers | steverichter |

## Links

- npm: https://www.npmjs.com/package/sr_base64
- Repository: https://github.com/lae0901/sr_base64
- Homepage: https://github.com/lae0901/sr_base64#readme
- Issues: https://github.com/lae0901/sr_base64/issues
- npm.io page: https://npm.io/package/sr_base64

## Recent versions

- 1.0.0 (latest) — 2020-08-16

## README

# base64 typescript functions
* rxp - regular expression constants
* core.ts - contains series of string_ and scan_ functions.

## usage
```
import { dir_mkdir, string_tail, string_contains } from 'sr_core_ts';

```

## base64 methods
* 
* array_compare<T>( arr1, arr2 )
* toarr = array_copyItems( arr, start, length )
* array_front<T>( arr: T[] ) : T | null
* boolean = stringArray_contains( arr, text )

## publish instructions
* increment version number in package.json
* make sure new functions are exported from base64.ts
* npm run build
* npm run test
* git add, commit, push to repo
* npm publish
* npm update in projects which use this package

## testing 
* npm run test
* or press F5, run task "run tester"

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