Commit 5835d962 authored by Admin's avatar Admin Committed by yann300

astwalker linting fix

parent 725cb42c
// Type definitions for the things we need from remix-lib // Type definitions for the things we need from remix-lib
declare module "remix-lib" { declare module 'remix-lib' {
export module util { export module util {
export function findLowerBound(target: number, array: Array<number>): number; export function findLowerBound(target: number, array: Array<number>): number;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment