UNPKG

sassdoc

Version:
15 lines (13 loc) 230 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = author; function author() { return { name: 'author', parse: function parse(text) { return text.trim(); } }; }