You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
import { ChipFamily } from "../const";
|
|
interface Stub {
|
|
text: number[];
|
|
data: number[];
|
|
text_start: number;
|
|
entry: number;
|
|
data_start: number;
|
|
}
|
|
export declare const getStubCode: (chipFamily: ChipFamily) => Promise<Stub>;
|
|
export {};
|