facet-core

0.1.0 • Public • Published

This module is currently in alpha and not suitable for production use.

core

Base object that provides common functionality and gets extended by the other facet modules

Example

"use strict";
var util = require('util'),
  ApiCore = require('facet-core').ApiCore;
 
var ProductAPI = function ( options ){};
 
/**
 * Product API inherits from Core API
 */
util.inherits(ProductAPI, ApiCore);

Readme

Keywords

Package Sidebar

Install

npm i facet-core

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • license2e