Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/base64-arraybuffer/README.md

    r59329aa re29cc2e  
    11# base64-arraybuffer
    22
    3 [![Build Status](https://travis-ci.org/niklasvh/base64-arraybuffer.png)](https://travis-ci.org/niklasvh/base64-arraybuffer)
     3![CI](https://github.com/niklasvh/base64-arraybuffer/workflows/CI/badge.svg?branch=master)
    44[![NPM Downloads](https://img.shields.io/npm/dm/base64-arraybuffer.svg)](https://www.npmjs.org/package/base64-arraybuffer)
    55[![NPM Version](https://img.shields.io/npm/v/base64-arraybuffer.svg)](https://www.npmjs.org/package/base64-arraybuffer)
     
    77Encode/decode base64 data into ArrayBuffers
    88
    9 ## Getting Started
    10 Install the module with: `npm install base64-arraybuffer`
     9### Installing
     10You can install the module via npm:
    1111
     12    npm install base64-arraybuffer
     13 
    1214## API
    1315The library encodes and decodes base64 to and from ArrayBuffers
     
    1618 - __decode(str)__ - Decodes base64 string to `ArrayBuffer`
    1719
     20### Testing
     21You can run the test suite with:
     22
     23    npm test
     24
    1825## License
    1926Copyright (c) 2012 Niklas von Hertzen
Note: See TracChangeset for help on using the changeset viewer.