npm-boilerplate Tester

node v10.24.1
version: 0.0.5
endpointsharetweet
const calculatePrice = require("@marianc/npm-boilerplate").default var calculatedPrice = 0; var userType = 1; var productType = 0; var price = 100; var publishedDate = new Date(); try { calculatedPrice = calculatePrice(userType, productType, price, publishedDate); } catch (ex) { console.log(ex); } console.log('Calculated price:', calculatedPrice);
Loading…

no comments

    sign in to comment