DefinitelyTyped/types/ua-string/index.d.ts
2018-12-16 19:43:19 +01:00

9 lines
287 B
TypeScript

// Type definitions for ua-string 2.0
// Project: https://github.com/sindresorhus/ua-string#readme
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = uaString;
declare const uaString: string;