We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d5dc2b commit efc73eeCopy full SHA for efc73ee
24 files changed
dist/Safe-Script.d.ts
@@ -1,4 +1,7 @@
1
export type AssignmentExpression = import("@jsep-plugin/assignment").AssignmentExpression;
2
+export type Substitution = any;
3
+export type AnyParameter = any;
4
+export type Substitutions = Record<string, Substitution>;
5
/**
6
* A replacement for NodeJS' VM.Script which is also {@link https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP | Content Security Policy} friendly.
7
*/
dist/Safe-Script.js
0 commit comments