mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-29 01:45:49 +08:00
Add space after the reference path attribute value
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="./parse-glob.d.ts"/>
|
||||
/// <reference path="./parse-glob.d.ts" />
|
||||
import parseGlob = require('parse-glob');
|
||||
|
||||
var result: parseGlob.Result = parseGlob('a/b/c/**/*.{yml,json}');
|
||||
|
||||
Reference in New Issue
Block a user