import { stringMethods } from './String.methods'; const NATIVE_METHODS = [stringMethods]; export { NATIVE_METHODS as NativeMethods };