UNPKG

@xassist/xassist-object

Version:

general helper functions for JavaScript objects

41 lines (37 loc) 1.25 kB
var csv2readme = require('csv2readme'); const definition = require("./package.json"); var options={ input:{ base:"../../helpData/csv/base.csv", functionParam:"../../helpData/csv/functionParameters.csv", classDef:"../../helpData/csv/classDefinition.csv" }, moduleName:"xassist-object", globalTOC:false, header:{ title:"@xassist/xassist-object", explanation:["This module adds different methods to the generic javascript `Object`.", "It does not extend the javascript `Object` itself, but defines a subClass."].join("\r\n") }, headerFiles:["../../helpData/markdown/installationModule.md"], includeDependencies:true, includeLicense:true, footerFiles:[/*"dependencies.md","src/license.md"*/], subTitle:"API", output:{ file:"README.md" }, baseLevel:3, headerTemplates:{ moduleName:"xassist-object", moduleUrl:"https://raw.githubusercontent.com/GregBee2/xassist-object/master/dist/xAssist-object.min.js", libraryName:"xassist", libraryUrl:"https://github.com/GregBee2/xassist", moduleTest:"object()" }, footerTemplates:{ /*license:definition.license, licenseUrl:"https://choosealicense.com/licenses/"+definition.license.toLowerCase()*/ } }; csv2readme.init(options);