@bbn/bbn 1.0.244 → 1.0.246
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bbn.js +1 -1
- package/dist/bbn.js.map +1 -1
- package/dist/fn.d.ts +2 -0
- package/dist/fn.js +2 -0
- package/package.json +1 -1
package/dist/fn.d.ts
CHANGED
|
@@ -226,6 +226,7 @@ import toCSV from './fn/convert/toCSV.js';
|
|
|
226
226
|
import toggleFullScreen from './fn/browser/toggleFullScreen.js';
|
|
227
227
|
import translate from './fn/misc/translate.js';
|
|
228
228
|
import treatAjaxArguments from './fn/ajax/treatAjaxArguments.js';
|
|
229
|
+
import treatForHash from './fn/string/treatForHash.js';
|
|
229
230
|
import trim from './fn/string/trim.js';
|
|
230
231
|
import uniqString from './fn/string/uniqString.js';
|
|
231
232
|
import unique from './fn/object/unique.js';
|
|
@@ -460,6 +461,7 @@ declare const _default: {
|
|
|
460
461
|
toggleFullScreen: typeof toggleFullScreen;
|
|
461
462
|
translate: typeof translate;
|
|
462
463
|
treatAjaxArguments: typeof treatAjaxArguments;
|
|
464
|
+
treatForHash: typeof treatForHash;
|
|
463
465
|
trim: typeof trim;
|
|
464
466
|
uniqString: typeof uniqString;
|
|
465
467
|
unique: typeof unique;
|
package/dist/fn.js
CHANGED
|
@@ -226,6 +226,7 @@ import toCSV from './fn/convert/toCSV.js';
|
|
|
226
226
|
import toggleFullScreen from './fn/browser/toggleFullScreen.js';
|
|
227
227
|
import translate from './fn/misc/translate.js';
|
|
228
228
|
import treatAjaxArguments from './fn/ajax/treatAjaxArguments.js';
|
|
229
|
+
import treatForHash from './fn/string/treatForHash.js';
|
|
229
230
|
import trim from './fn/string/trim.js';
|
|
230
231
|
import uniqString from './fn/string/uniqString.js';
|
|
231
232
|
import unique from './fn/object/unique.js';
|
|
@@ -460,6 +461,7 @@ export default {
|
|
|
460
461
|
toggleFullScreen: toggleFullScreen,
|
|
461
462
|
translate: translate,
|
|
462
463
|
treatAjaxArguments: treatAjaxArguments,
|
|
464
|
+
treatForHash: treatForHash,
|
|
463
465
|
trim: trim,
|
|
464
466
|
uniqString: uniqString,
|
|
465
467
|
unique: unique,
|