mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-11 11:22:51 +00:00
* Adds types for new version of svg-parser * Added whitespace for union types * Update types with feedback from mrmlnc * Re-write test to conform with new definitions
5 lines
92 B
TypeScript
5 lines
92 B
TypeScript
import * as parser from 'svg-parser';
|
|
|
|
// $ExpectType RootNode
|
|
parser.parse('<svg></svg>');
|