1
0
mirror of https://gitlab.com/octtspacc/staticoso synced 2025-05-09 05:58:54 +02:00

6 lines
167 B
JavaScript

var convert = require('./convert'),
func = convert('forOwnRight', require('../forOwnRight'));
func.placeholder = require('./placeholder');
module.exports = func;