prototype-properties

List of prototype properties for JavaScript types


Keywords
js, javascript, ecmascript, builtin, core, standard, types, type, data, proto, prototype, props, properties, property, list, array, json
License
MIT
Install
npm install prototype-properties@5.0.0

Documentation

prototype-properties

List of prototype properties for JavaScript types

It's just a JSON file and can be used wherever.

Install

npm install prototype-properties

Usage

import prototypeProperties from 'prototype-properties';

console.log(prototypeProperties);
/*
{
	Array: [
		'length',
		'constructor',
		'toString',
		'toLocaleString',
		'join',
		'pop',

	],
	ArrayBuffer: [
		'constructor',
		'byteLength',
		'slice'
	],

}
*/

Dev

The JSON file is generated by running:

npm run build