UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

8 lines (6 loc) 167 B
import { Rule } from '@angular-devkit/schematics'; export function pluginAsdf(): Rule { return () => { console.log(`哈哈……什么都不做的!`); }; }