UNPKG

107 BTypeScriptView Raw
1import { Oid } from './oid';
2
3export class Oidarray {
4 free(): void;
5 ids: Oid;
6 count: number;
7}