UNPKG

sassdoc

Version:
20 lines (15 loc) 277 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = type; function type() { return { name: 'type', parse: function parse(text) { return text.trim(); }, allowedOn: ['variable'], multiple: false }; }