Skip to content

Commit ecc6331

Browse files
authored
Update test.ts
Signed-off-by: Kaushikgtm <[email protected]>
1 parent 6326a62 commit ecc6331

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/nanmskmin/docs/types

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/nanmskmin/docs/types/test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
* limitations under the License.
1717
*/
1818

19-
import nanmskmin = require( './index' );
20-
import AccessorArray = require( '@stdlib/array/base/accessor' );
19+
const nanmskmin = require( './index' );
20+
const AccessorArray = require( '@stdlib/array/base/accessor' );
2121

2222

2323
// TESTS //

0 commit comments

Comments
 (0)