blob: 871ab08580b35e002714f9cf8a1546dd88a8cfba [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001var convert = require('./convert'),
2 func = convert('chunk', require('../chunk'));
3
4func.placeholder = require('./placeholder');
5module.exports = func;