@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
10 lines • 383 B
TypeScript
/**
* 2024-09-06: Migrated from same folder fps-library-v2\src\pnpjs\SourceItems
*/
/**
* Originally created for https://github.com/mikezimm/pivottiles7/issues/66
*/
export declare const SystemPages: string[];
export declare const SystemPagesLowerCase: string[];
export declare function isPageSystemPage(url: string): boolean;
//# sourceMappingURL=SystemPages.d.ts.map