Skip to content

Commit 4ac65f1

Browse files
committed
Persisters
1 parent b16fc9f commit 4ac65f1

File tree

10 files changed

+969
-0
lines changed

10 files changed

+969
-0
lines changed

gulpfile.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const ALL_MODULES = [
99
'indexes',
1010
'metrics',
1111
'relationships',
12+
'persisters',
1213
'common',
1314
];
1415
const LIB_DIR = 'lib';

src/common/strings.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ export const FUNCTION = getTypeOf(getTypeOf);
1111
export const TYPE = 'type';
1212
export const DEFAULT = 'default';
1313

14+
export const UTF8 = 'utf8';
15+
1416
export const SUM = 'sum';
1517
export const AVG = 'avg';
1618
export const MIN = 'min';

0 commit comments

Comments
 (0)