UNPKG

hrw-certificate-editor

Version:

Design Editor Tools with React.js + ant.design + fabric.js

19 lines (18 loc) 519 B
export default SandBox; declare class SandBox { /** *Creates an instance of SandBox. * @param {{ excludeWords: string[], includeWords: string[] }} params * @memberof SandBox */ constructor(params?: { excludeWords: string[]; includeWords: string[]; }); excludeWords: string[]; includeWords: string[]; verify(code: any): Function; compile(code: any): Function; } declare const excludeWords: string[]; declare const includeWords: string[];