mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+2
-2
@@ -9,7 +9,7 @@ declare module 'xregexp' {
|
||||
function OuterXRegExp(pattern: string, flags?: string): RegExp;
|
||||
function OuterXRegExp(pattern: RegExp): RegExp;
|
||||
|
||||
module OuterXRegExp {
|
||||
namespace OuterXRegExp {
|
||||
// scopes: 'default', 'class', or 'all'
|
||||
/*
|
||||
Native flags:
|
||||
@@ -87,7 +87,7 @@ declare module 'xregexp' {
|
||||
var version: string;
|
||||
// end API definitions
|
||||
|
||||
module XRegExp {
|
||||
namespace XRegExp {
|
||||
// begin API definitions
|
||||
function addToken(regex: RegExp, handler: (matchArr: RegExpExecArray, scope: string) => string, options?: TokenOpts): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user