HTMLify

index.js
Views: 27 | Author: cody
'use strict';

var implementation = require('./implementation');

module.exports = Function.prototype.bind || implementation;

Comments