We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0bda7a commit 799cdedCopy full SHA for 799cded
index.d.ts
@@ -9,13 +9,13 @@ declare namespace litecoinRegex {
9
}
10
11
/**
12
- Returns a regex for matching Litecoin (LTC) addresses.
13
- @example
14
- ```
15
- import litecoinRegex = require('litecoin-regex')
16
- litecoinRegex().test('nodejsrocks LQL9pVH1LsMfKwt82Y2wGhNGkrjF8vwUst');
17
- //=> true
18
+Returns a regex for matching Litecoin (LTC) addresses.
+@example
+```
+import litecoinRegex = require('litecoin-regex')
+litecoinRegex().test('nodejsrocks LQL9pVH1LsMfKwt82Y2wGhNGkrjF8vwUst');
+//=> true
19
*/
20
declare function litecoinRegex(options?: litecoinRegex.Options): RegExp;
21
0 commit comments