preserves/implementations/javascript/src/index.ts

8 lines
189 B
TypeScript

export * from './runtime';
export * as Constants from './constants';
export * as Schema from './schema/index';
const _Array = Array;
type _Array<T> = Array<T>;
export { _Array as Array };