You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
fix tests
This commit is contained in:
3
src/@types/unhomoglyph/index.d.ts
vendored
3
src/@types/unhomoglyph/index.d.ts
vendored
@@ -14,7 +14,8 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare function unhomoglyph (s: string): string;
|
||||||
|
|
||||||
declare module 'unhomoglyph' {
|
declare module 'unhomoglyph' {
|
||||||
const unhomoglyph: (s: string) => string;
|
|
||||||
export = unhomoglyph;
|
export = unhomoglyph;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ limitations under the License.
|
|||||||
* @module utils
|
* @module utils
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import * as unhomoglyph from 'unhomoglyph';
|
import unhomoglyph from 'unhomoglyph';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Encode a dictionary of query parameters.
|
* Encode a dictionary of query parameters.
|
||||||
|
|||||||
Reference in New Issue
Block a user