UNPKG

brake-client

Version:
16 lines (14 loc) 234 B
import Brakes from 'brakes'; /** * Get a brakes. * * @param name * @param options * @return {*|Brakes} */ export function getBrakes(name, options = {}) { return new Brakes({ name: name, ...options }); }