UNPKG

anime-info

Version:

Plugin intended to collect informing of anime characters through the fandow wiki

70 lines (69 loc) 1.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var option = [ 'abilities', 'affiliation', 'age', 'alias', 'class', 'description', 'gallery', 'height', 'location', 'name', 'occupation', // 'description', 'partner', 'photo', 'race', 'rank', 'sex', 'status', 'weight' // 'titles', // 'birthday', // 'status', // 'age', // 'height', // 'weight', // 'classification', // 'team', // 'partner', // 'occupation', // 'ninja_rank', // 'ninja_registration', // 'family', // 'jutsu', // 'nature_type', // 'tools', // 'quotes', // 'sex', // 'debut', // 'voices', // 'kekkei_genkai', // 'affiliation', // 'clan' ]; exports.defaultOptionFieldsOnePunchMan = { exclude: [], only: [ 'name', 'photo', 'alias', 'race', 'sex', 'age', 'status', 'weight', 'height', 'location', 'abilities', 'occupation', 'rank', 'class', 'affiliation', 'partner', 'description', 'gallery' ] };