data-inspector/utils.tsx

Summary: _typescript_

Reviewed By: danielbuechele

Differential Revision: D17180421

fbshipit-source-id: 1264f402d1b5071617462179c80e6c951e513f0e
This commit is contained in:
Chaiwat Ekkaewnumchai
2019-09-05 03:15:14 -07:00
committed by Facebook Github Bot
parent b7933aef2e
commit 5b883351c4

View File

@@ -0,0 +1,10 @@
/**
* Copyright 2018-present Facebook.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
* @format
*/
declare module 'string-natural-compare' {
export default function naturalCompare(a: string, b: string): number;
}