UNPKG

@tsmean/utils

Version:

A library of pure utility functions

5 lines (4 loc) 145 B
export declare namespace WebUtils { function urlJoin(partOne: any, partTwo: any): string; function isEnter(e: KeyboardEvent): boolean; }