UNPKG

@sap-ux/project-access

Version:

Library to access SAP Fiori tools projects

7 lines (6 loc) 244 B
/** Matches any [primitive value](https://developer.mozilla.org/en-US/docs/Glossary/Primitive). @category Type */ export type Primitive = null | undefined | string | number | boolean | symbol | bigint; //# sourceMappingURL=primitive.d.ts.map