mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-03 23:36:21 +02:00
7 lines
178 B
JavaScript
7 lines
178 B
JavaScript
'use strict';
|
|
|
|
exports = module.exports = require('./lib/any');
|
|
exports.json = require('./lib/json');
|
|
exports.form = require('./lib/form');
|
|
exports.text = require('./lib/text');
|