mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
[refactor] Removed export of "numOccurrences"
Does not appear to actually be used outside of StringHelperFunctions.ts
This commit is contained in:
parent
a6293474a9
commit
be577164e3
@ -38,8 +38,7 @@ import {Reviver, Generic_toJSON,
|
||||
Generic_fromJSON} from "../utils/JSONReviver";
|
||||
import {compareArrays, createElement,
|
||||
roundToTwo} from "../utils/HelperFunctions";
|
||||
import {formatNumber, numOccurrences,
|
||||
numNetscriptOperators} from "../utils/StringHelperFunctions";
|
||||
import {formatNumber} from "../utils/StringHelperFunctions";
|
||||
|
||||
var keybindings = {
|
||||
ace: null,
|
||||
|
@ -152,4 +152,4 @@ function generateRandomString(n: number): string {
|
||||
|
||||
export {convertTimeMsToTimeElapsedString, longestCommonStart,
|
||||
containsAllStrings, formatNumber,
|
||||
numOccurrences, numNetscriptOperators, isHTML, generateRandomString, replaceAt};
|
||||
numNetscriptOperators, isHTML, generateRandomString, replaceAt};
|
||||
|
Loading…
Reference in New Issue
Block a user