Alphabetize utils imports in string library

pull/30/head
Piotr 3 months ago
parent 2574460a62
commit 01071a112c

@ -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