UNPKG

saints-specification-nodejs

Version:
7 lines (6 loc) 162 B
export declare class CodeMap { name: string; value: any; constructor(name: string, value: any); static from(name: string, value: any): CodeMap; }