UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

14 lines 570 B
/** * 2024-09-07: Migrated from the same folder in fps-library-v2/banner/features/FPSWebPartClass/... */ import { IFPSCert, IFPSWPCert } from './IFPSCert'; export declare function getCert(_IFPSCert: IFPSWPCert[], enableSUL: boolean, sUCode: string, gitCode: string): IFPSCert; export type ISULKeys = 'warnD' | 'date' | 'add'; export declare const ISULKeysArr: ISULKeys[]; export interface ISUL { warnD: number; date: string; add: string; } export declare function isStringValidSULDate(str: string): Date; //# sourceMappingURL=getCert.d.ts.map