It also shows how to add a new command category (ParcelCommands) Everything under dist/ is auto-generated with "npm run build".
4 lines
59 B
TypeScript
4 lines
59 B
TypeScript
export declare enum ParcelInfoFlags {
|
|
mature = 1,
|
|
}
|