New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@itm-platform/dp-js-library

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@itm-platform/dp-js-library

Second js bundled

latest
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

#just a test Named Public function being cube(x) Default export is sixth(x)

const square = (x) =>{
	return x*x;
}
const cube = (x) => {
	return square(x)*1.5;
}
export {cube}

export default{
	sixth:function (x){
		return cube(x)*2
	}
}

FAQs

Package last updated on 05 Nov 2020

Related posts