/** * The following utilities will be attached to api.utils */ import * as glob from 'glob'; import * as prettier from 'prettier'; import indent from './indent'; import rm from './rm'; import sameLength from './sameLength'; import sandwich from './sandwich'; export { glob, indent, prettier, rm, sameLength, sandwich };