5 lines
127 B
TypeScript
5 lines
127 B
TypeScript
export * from './types';
|
|
export { errorMessages } from './constants';
|
|
|
|
export const internalsSymbol = Symbol.for('internals');
|