Alphabetize utils imports in string library

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

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

Loading…
Cancel
Save