- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/base64-arraybuffer/README.md
r59329aa re29cc2e 1 1 # base64-arraybuffer 2 2 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) 4 4 [![NPM Downloads](https://img.shields.io/npm/dm/base64-arraybuffer.svg)](https://www.npmjs.org/package/base64-arraybuffer) 5 5 [![NPM Version](https://img.shields.io/npm/v/base64-arraybuffer.svg)](https://www.npmjs.org/package/base64-arraybuffer) … … 7 7 Encode/decode base64 data into ArrayBuffers 8 8 9 ## Getting Started10 Install the module with: `npm install base64-arraybuffer` 9 ### Installing 10 You can install the module via npm: 11 11 12 npm install base64-arraybuffer 13 12 14 ## API 13 15 The library encodes and decodes base64 to and from ArrayBuffers … … 16 18 - __decode(str)__ - Decodes base64 string to `ArrayBuffer` 17 19 20 ### Testing 21 You can run the test suite with: 22 23 npm test 24 18 25 ## License 19 26 Copyright (c) 2012 Niklas von Hertzen
Note:
See TracChangeset
for help on using the changeset viewer.