UNPKG

@yagisumi/hello

Version:
8 lines (7 loc) 149 B
/** * say hello * @param name name * @since 0.1.0 */ export declare function hello(name?: string): void; export declare function _error(): void;