magento-checkout
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

magento-checkout

Installation

npm install magento-checkout --save

Usage

Javascript

var magentoCheckout = require('magento-checkout');
var text = magentoCheckout.escape('Boy & Girl');
Output should be 'Boy & Girl'

TypeScript

import { escape } from 'magento-checkout';
console.log(escape('Boy & Girl'))
Output should be 'Boy & Girl'

AMD

define(function(require,exports,module){
    var magentoCheckout = require('magento-checkout');
});

Test

npm run test

/magento-checkout/

    Package Sidebar

    Install

    npm i magento-checkout

    Weekly Downloads

    1

    Version

    0.0.1

    License

    ISC

    Unpacked Size

    27.5 kB

    Total Files

    12

    Last publish

    Collaborators

    • hung1996hy