UNPKG

@neo-one/smart-contract-compiler-esnext-esm

Version:

NEO•ONE TypeScript smart contract compiler.

11 lines (9 loc) 266 B
import { Types } from '../../../constants'; import { IsHelper } from '../IsHelper'; export class IsStringHelper extends IsHelper { constructor() { super(...arguments); this.type = Types.String; } } //# sourceMappingURL=IsStringHelper.js.map