UNPKG

lux-framework

Version:

Build scalable, Node.js-powered REST APIs with almost no code.

5 lines (4 loc) 101 B
// @flow export default function indent(amount: number = 1): string { return ' '.repeat(amount); }