mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
3 lines
123 B
TypeScript
3 lines
123 B
TypeScript
/// <reference path="./yosay.d.ts" />
|
|
import yosay = require('yosay');
|
|
yosay('Welcome to the generator!', {maxLength: 20}); |