UNPKG

205 BJavaScriptView Raw
1import DoIUse from '../lib/DoIUse.js';
2
3/**
4 * @param {ConstructorParameters<typeof DoIUse>} options
5 * @return {DoIUse}
6 */
7export default function index(...options) {
8 return new DoIUse(...options);
9}