UNPKG

spur-common

Version:

A Node.JS library of common modules used as a base to most Node.JS applications.

10 lines (6 loc) 109 B
module.exports = function () { this.extends('default'); return this.properties({ 'c': 'c' }); }