website-scraper/node-website-scraper

View on GitHub
lib/config/resource-types.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
const types = {
    css: 'css',
    html: 'html',
    js: 'js'
};

export default types;