Skip to content

Commit 51ca66e

Browse files
committed
fix(core): Don't export default serializers
1 parent eb588a0 commit 51ca66e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

projects/ngqp/core/src/lib/core.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ export {
1313
createNumberDeserializer,
1414
createBooleanSerializer,
1515
createBooleanDeserializer,
16-
DEFAULT_STRING_SERIALIZER,
17-
DEFAULT_STRING_DESERIALIZER,
18-
DEFAULT_NUMBER_SERIALIZER,
19-
DEFAULT_NUMBER_DESERIALIZER,
20-
DEFAULT_BOOLEAN_SERIALIZER,
21-
DEFAULT_BOOLEAN_DESERIALIZER,
2216
} from './serializers';
2317

2418
export * from './accessors/accessors';

0 commit comments

Comments
 (0)