UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
schematics
/
plugin
/
plugin.asdf.ts
8 lines
(6 loc)
•
167 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
Rule
}
from
'@angular-devkit/schematics'
;
export
function
pluginAsdf
(
):
Rule
{
return
() =>
{
console
.
log
(
`哈哈……什么都不做的!`
); }; }