Files
DefinitelyTyped/types/is-svg/index.d.ts
2017-07-20 15:57:27 -07:00

9 lines
294 B
TypeScript

// Type definitions for is-svg 2.1
// Project: https://github.com/sindresorhus/is-svg#readme
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = isSvg;
declare function isSvg(input: string): boolean;