UNPKG

@nodesecure/js-x-ray

Version:
4 lines 246 B
import type { ESTree } from "meriyah"; export declare function toValue(strOrLiteral: string | ESTree.Literal): string; export declare function toRaw(strOrLiteral: string | ESTree.Literal): string | undefined; //# sourceMappingURL=literal.d.ts.map