parse-pointer-encoder
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

parse-pointer-encoder

Encode and Decode Parse objects to and from pointer strings

Why?

In some cases, you may want to convert a string like MyClass:383 to a Parse.Object, or maybe convert a Parse.Object to a format like MyClass$123. This library helps you encoding and decoding Parse objects to and from strings.

Install

npm install --save parse-pointer-encoder

Usage

// const module = require('parse-pointer-encoder');
// import module from 'parse-pointer-encoder';

Dev Features

  • Testing with Jest
  • Linting out of the box (checks the style of your code), with TSLint
  • Build, prepublish and other scripts to help you to develop
  • Works with Typescript: Static typing for your JS Applications, reducing amount of runtime errors
  • Coverage out of the box, thanks to Jest
  • Uses deterministic module resolving, with package-lock.json

/parse-pointer-encoder/

    Package Sidebar

    Install

    npm i parse-pointer-encoder

    Weekly Downloads

    2

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    15.9 kB

    Total Files

    16

    Last publish

    Collaborators

    • jcguarinpenaranda123