export const stringMethods = { typeName: 'String', functions: { // @TODO_NEXT_PHASE: Populate below and cover other datatypes // trim: { // doc: { // name: 'trim', // description: 'Removes whitespace from both ends of a string and returns a new string', // returnType: 'string', // }, // }, }, };