getRegExpValueConstructor
Unofficial
Get the obsidian#RegExpValue constructor.
Import:
import { getRegExpValueConstructor } from '@obsidian-typings/obsidian-public-latest/implementations';Signature:
function getRegExpValueConstructor(): ConstructorBase<[regexp: RegExp], RegExpValue>Returns: ConstructorBase<[regexp: RegExp], RegExpValue> — The obsidian#RegExpValue constructor.
Links to this page: