mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-03 22:24:11 +00:00
More
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
|
||||
|
||||
export { Info, InfoT } from './one/info.js';
|
||||
export {Info, InfoT} from './one/info.js';
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
|
||||
|
||||
export { Header, HeaderT } from './three/header.js';
|
||||
export {Header, HeaderT} from './three/header.js';
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
|
||||
|
||||
export { Identity, IdentityT } from './two/identity.js';
|
||||
export {Identity, IdentityT} from './two/identity.js';
|
||||
|
||||
Reference in New Issue
Block a user