Alphabetize utils imports in string library

master
Piotr 3 months ago committed by Teodor Tanasoaia
parent 61366d4800
commit d6f4f9db44

@ -2,13 +2,13 @@ import { sprintf } from 'printj'
import { Table } from '../Table' import { Table } from '../Table'
import { LuaError } from '../LuaError' import { LuaError } from '../LuaError'
import { import {
tostring, coerceArgToBoolean,
posrelat,
coerceArgToNumber, coerceArgToNumber,
coerceArgToString, coerceArgToString,
hasOwnProperty, hasOwnProperty,
LuaType, LuaType,
coerceArgToBoolean posrelat,
tostring
} from '../utils' } from '../utils'
const ROSETTA_STONE: Record<string, string> = { const ROSETTA_STONE: Record<string, string> = {

Loading…
Cancel
Save