chore: change visibility to pub for native module.

This commit is contained in:
ltabis 2022-11-10 21:08:53 +01:00
parent 44a48f1aff
commit ae860ab4fb

View File

@ -95,6 +95,9 @@ mod tests;
mod tokenizer;
mod types;
/// Export to create module resolvers.
pub use func::native;
/// Error encountered when parsing a script.
type PERR = ParseErrorType;
/// Evaluation result.